#30186E

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

Shades of Persian Indigo #30186E

Tints of Persian Indigo #30186E

Color information

#30186E (or 0x30186E) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 6E. RGB value is (48,24,110). Sum of RGB (Red+Green+Blue) = 48+24+110=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #30186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30186E is #CFE791. Grayscale: #282828. Windows color (decimal): -13625234 or 7215152. OLE color: 7215152.

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

Color convert

RGB4824110-
CMYK0.560.7800.57
HSL256.74º64.18%26.27%-
HSV(B)256.74º78.18%43.14%-
XYZ4.362.4114.99-
YUV40.98166.95133.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=26.37%
G=13.19%
B=60.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48241100.560.7800.57256.7464.1826.27
Hex30186E384E039101401a
Octal60301567011607140110032
Binary11000011000110111011100010011100111001100000001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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