#30196D

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

Shades of Persian Indigo #30196D

Tints of Persian Indigo #30196D

Color information

#30196D (or 0x30196D) is unknown color: approx Persian Indigo. HEX triplet: 30, 19 and 6D. RGB value is (48,25,109). Sum of RGB (Red+Green+Blue) = 48+25+109=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #30196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196D is #CFE692. Grayscale: #292929. Windows color (decimal): -13624979 or 7149872. OLE color: 7149872.

HSL color Cylindrical-coordinate representation of color #30196D: hue angle of 256.43º 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 #30196D is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4825109-
CMYK0.560.7700.57
HSL256.43º62.69%26.27%-
HSV(B)256.43º77.06%42.75%-
XYZ4.332.4314.71-
YUV41.45166.12132.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=26.37%
G=13.74%
B=59.89%

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
Decimal48251090.560.7700.57256.4362.6926.27
Hex30196D384D0391003f1a
Octal6031155701150714007732
Binary1100001100111011011110001001101011100110000000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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