#301887

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

Shades of Persian Indigo #301887

Tints of Persian Indigo #301887

Color information

#301887 (or 0x301887) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 87. RGB value is (48,24,135). Sum of RGB (Red+Green+Blue) = 48+24+135=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #301887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301887 is #CFE778. Grayscale: #2B2B2B. Windows color (decimal): -13625209 or 8853552. OLE color: 8853552.

HSL color Cylindrical-coordinate representation of color #301887: hue angle of 252.97º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301887 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4824135-
CMYK0.640.8200.47
HSL252.97º69.81%31.18%-
HSV(B)252.97º82.22%52.94%-
XYZ5.923.0323.19-
YUV43.83179.45130.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 135 (53.12% from 255) = 65.22%
R=23.19%
G=11.59%
B=65.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48241350.640.8200.47252.9769.8131.18
Hex301887405202Ffd461f
Octal603020710012205737510637
Binary110000110001000011110000001010010010111111111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301887; }

 p { color: rgb(48,24,135); }

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

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

 a { background-color: rgb(48,24,135); }

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

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

 span { border-color: rgb(48,24,135); }

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