#302187

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

Shades of Persian Indigo #302187

Tints of Persian Indigo #302187

Color information

#302187 (or 0x302187) is unknown color: approx Persian Indigo. HEX triplet: 30, 21 and 87. RGB value is (48,33,135). Sum of RGB (Red+Green+Blue) = 48+33+135=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #302187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302187 is #CFDE78. Grayscale: #303030. Windows color (decimal): -13622905 or 8855856. OLE color: 8855856.

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

Color convert

RGB4833135-
CMYK0.640.7600.47
HSL248.82º60.71%32.94%-
HSV(B)248.82º75.56%52.94%-
XYZ6.143.4723.27-
YUV49.11176.47127.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 135 (53.12% from 255) = 62.5%
R=22.22%
G=15.28%
B=62.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48331350.640.7600.47248.8260.7132.94
Hex302187404C02Ff93d21
Octal60412071001140573717541
Binary1100001000011000011110000001001100010111111111001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302187; }

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

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

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

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

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

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

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

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