#30196E

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

Shades of Persian Indigo #30196E

Tints of Persian Indigo #30196E

Color information

#30196E (or 0x30196E) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 6E. RGB value is (48,25,110). Sum of RGB (Red+Green+Blue) = 48+25+110=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #30196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196E is #CFE691. Grayscale: #292929. Windows color (decimal): -13624978 or 7215408. OLE color: 7215408.

HSL color Cylindrical-coordinate representation of color #30196E: hue angle of 256.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30196E is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4825110-
CMYK0.560.7700.57
HSL256.24º62.96%26.47%-
HSV(B)256.24º77.27%43.14%-
XYZ4.382.4514.99-
YUV41.57166.62132.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=26.23%
G=13.66%
B=60.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48251100.560.7700.57256.2462.9626.47
Hex30196E384D0391003f1a
Octal6031156701150714007732
Binary1100001100111011101110001001101011100110000000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30196E; }

 p { color: rgb(48,25,110); }

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

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

 a { background-color: rgb(48,25,110); }

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

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

 span { border-color: rgb(48,25,110); }

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