#302074

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

Shades of Persian Indigo #302074

Tints of Persian Indigo #302074

Color information

#302074 (or 0x302074) is unknown color: approx Persian Indigo. HEX triplet: 30, 20 and 74. RGB value is (48,32,116). Sum of RGB (Red+Green+Blue) = 48+32+116=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #302074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302074 is #CFDF8B. Grayscale: #2E2E2E. Windows color (decimal): -13623180 or 7610416. OLE color: 7610416.

HSL color Cylindrical-coordinate representation of color #302074: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302074 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4832116-
CMYK0.590.7200.55
HSL251.43º56.76%29.02%-
HSV(B)251.43º72.41%45.49%-
XYZ4.892.9216.83-
YUV46.36167.3129.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=24.49%
G=16.33%
B=59.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48321160.590.7200.55251.4356.7629.02
Hex3020743B48037fb391d
Octal6040164731100673737135
Binary1100001000001110100111011100100001101111111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302074; }

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

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

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

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

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

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

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

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