#301DB2

Color #301DB2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #301DB2

Tints of Persian Blue #301DB2

Color information

#301DB2 (or 0x301DB2) is unknown color: approx Persian Blue. HEX triplet: 30, 1D and B2. RGB value is (48,29,178). Sum of RGB (Red+Green+Blue) = 48+29+178=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #301DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301DB2 is #CFE24D. Grayscale: #333333. Windows color (decimal): -13623886 or 11672880. OLE color: 11672880.

HSL color Cylindrical-coordinate representation of color #301DB2: hue angle of 247.65º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301DB2 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4829178-
CMYK0.730.8400.30
HSL247.65º71.98%40.59%-
HSV(B)247.65º83.71%69.8%-
XYZ9.694.7242.52-
YUV51.67199.29125.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 29 (11.72% from 255) = 11.37%
BLUE value IS 178 (69.92% from 255) = 69.80%
R=18.82%
G=11.37%
B=69.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48291780.730.8400.30247.6571.9840.59
Hex301DB2495401Ef84829
Octal603526211112403637011051
Binary110000111011011001010010011010100011110111110001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301DB2; }

 p { color: rgb(48,29,178); }

 H1.HeaderClassName
 {
   color: #301DB2;
 }
 .AnyTagClassName
 {
   color: #301DB2;
 }
</style>
background-color css

<style>
 a { background-color: #301DB2; }

 a { background-color: rgb(48,29,178); }

 div.DivClassName
 {
   background-color: #301DB2;
 }
 .BgClassName
 {
   background-color: #301DB2;
 }
</style>
border-color css

<style>
 span { border-color: #301DB2; }

 span { border-color: rgb(48,29,178); }

 td.TdClassName
 {
   border-color: #301DB2;
 }
 .TagClassName
 {
   border-color: #301DB2;
 }
</style>