#301A89

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

Shades of Persian Indigo #301A89

Tints of Persian Indigo #301A89

Color information

#301A89 (or 0x301A89) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 89. RGB value is (48,26,137). Sum of RGB (Red+Green+Blue) = 48+26+137=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #301A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301A89 is #CFE576. Grayscale: #2C2C2C. Windows color (decimal): -13624695 or 8985136. OLE color: 8985136.

HSL color Cylindrical-coordinate representation of color #301A89: hue angle of 251.89º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301A89 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4826137-
CMYK0.650.8100.46
HSL251.89º68.1%31.96%-
HSV(B)251.89º81.02%53.73%-
XYZ6.13.1723.96-
YUV45.23179.79129.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 137 (53.91% from 255) = 64.93%
R=22.75%
G=12.32%
B=64.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48261370.650.8100.46251.8968.131.96
Hex301A89415102Efc4420
Octal603221110112105637410440
Binary1100001101010001001100000110100010101110111111001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,137); }

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

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

 a { background-color: rgb(48,26,137); }

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

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

 span { border-color: rgb(48,26,137); }

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