#30166A

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

Shades of Persian Indigo #30166A

Tints of Persian Indigo #30166A

Color information

#30166A (or 0x30166A) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 6A. RGB value is (48,22,106). Sum of RGB (Red+Green+Blue) = 48+22+106=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #30166A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30166A is #CFE995. Grayscale: #272727. Windows color (decimal): -13625750 or 6952496. OLE color: 6952496.

HSL color Cylindrical-coordinate representation of color #30166A: hue angle of 258.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30166A is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4822106-
CMYK0.550.7900.58
HSL258.57º65.62%25.1%-
HSV(B)258.57º79.25%41.57%-
XYZ4.112.2413.85-
YUV39.35165.61134.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 106 (41.80% from 255) = 60.23%
R=27.27%
G=12.5%
B=60.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48221060.550.7900.58258.5765.6225.1
Hex30166A374F03A1034219
Octal60261526711707240310231
Binary11000010110110101011011110011110111010100000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30166A; }

 p { color: rgb(48,22,106); }

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

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

 a { background-color: rgb(48,22,106); }

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

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

 span { border-color: rgb(48,22,106); }

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