#30196C

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

Shades of Persian Indigo #30196C

Tints of Persian Indigo #30196C

Color information

#30196C (or 0x30196C) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 6C. RGB value is (48,25,108). Sum of RGB (Red+Green+Blue) = 48+25+108=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #30196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196C is #CFE693. Grayscale: #292929. Windows color (decimal): -13624980 or 7084336. OLE color: 7084336.

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

Color convert

RGB4825108-
CMYK0.560.7700.58
HSL256.63º62.41%26.08%-
HSV(B)256.63º76.85%42.35%-
XYZ4.272.4114.43-
YUV41.34165.62132.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=26.52%
G=13.81%
B=59.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48251080.560.7700.58256.6362.4126.08
Hex30196C384D03A1013e1a
Octal6031154701150724017632
Binary1100001100111011001110001001101011101010000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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