#30166f

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

Shades of Persian Indigo #30166F

Tints of Persian Indigo #30166F

Color information

#30166F (or 0x30166F) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 6F. RGB value is (48,22,111). Sum of RGB (Red+Green+Blue) = 48+22+111=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #30166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30166F is #CFE990. Grayscale: #272727. Windows color (decimal): -13625745 or 7280176. OLE color: 7280176.

HSL color Cylindrical-coordinate representation of color #30166F: hue angle of 257.53º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30166F is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4822111-
CMYK0.570.8000.56
HSL257.53º66.92%26.08%-
HSV(B)257.53º80.18%43.53%-
XYZ4.382.3515.26-
YUV39.92168.11133.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=26.52%
G=12.15%
B=61.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48221110.570.8000.56257.5366.9226.08
Hex30166F3950038102431a
Octal60261577112007040210332
Binary11000010110110111111100110100000111000100000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30166f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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