#302078

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

Shades of Persian Indigo #302078

Tints of Persian Indigo #302078

Color information

#302078 (or 0x302078) is unknown color: approx Persian Indigo. HEX triplet: 30, 20 and 78. RGB value is (48,32,120). Sum of RGB (Red+Green+Blue) = 48+32+120=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #302078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302078 is #CFDF87. Grayscale: #2E2E2E. Windows color (decimal): -13623176 or 7872560. OLE color: 7872560.

HSL color Cylindrical-coordinate representation of color #302078: hue angle of 250.91º degrees, saturation: 0.58, 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 #302078 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4832120-
CMYK0.600.7300.53
HSL250.91º57.89%29.8%-
HSV(B)250.91º73.33%47.06%-
XYZ5.133.0218.08-
YUV46.82169.3128.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 120 (47.27% from 255) = 60%
R=24%
G=16%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48321200.600.7300.53250.9157.8929.8
Hex3020783C49035fb3a1e
Octal6040170741110653737236
Binary1100001000001111000111100100100101101011111101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302078; }

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

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

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

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

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

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

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

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