#302178

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

Shades of Persian Indigo #302178

Tints of Persian Indigo #302178

Color information

#302178 (or 0x302178) is unknown color: approx Persian Indigo. HEX triplet: 30, 21 and 78. RGB value is (48,33,120). Sum of RGB (Red+Green+Blue) = 48+33+120=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #302178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302178 is #CFDE87. Grayscale: #2F2F2F. Windows color (decimal): -13622920 or 7872816. OLE color: 7872816.

HSL color Cylindrical-coordinate representation of color #302178: hue angle of 250.34º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302178 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4833120-
CMYK0.600.7200.53
HSL250.34º56.86%30%-
HSV(B)250.34º72.5%47.06%-
XYZ5.153.0718.09-
YUV47.4168.97128.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=23.88%
G=16.42%
B=59.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48331200.600.7200.53250.3456.8630
Hex3021783C48035fa391e
Octal6041170741100653727136
Binary1100001000011111000111100100100001101011111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302178; }

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

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

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

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

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

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

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

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