#66148B

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

Shades of Indigo #66148B

Tints of Indigo #66148B

Color information

#66148B (or 0x66148B) is unknown color: approx Indigo. HEX triplet: 66, 14 and 8B. RGB value is (102,20,139). Sum of RGB (Red+Green+Blue) = 102+20+139=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #66148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66148B is #99EB74. Grayscale: #393939. Windows color (decimal): -10087285 or 9114726. OLE color: 9114726.

HSL color Cylindrical-coordinate representation of color #66148B: hue angle of 281.34º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66148B is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10220139-
CMYK0.270.8600.45
HSL281.34º74.84%31.18%-
HSV(B)281.34º85.61%54.51%-
XYZ10.395.1924.88-
YUV58.08173.67159.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 20 (8.20% from 255) = 7.66%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=39.08%
G=7.66%
B=53.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102201390.270.8600.45281.3474.8431.18
Hex66148B1B5602D1194b1f
Octal146242133312605543111337
Binary110011010100100010111101110101100101101100011001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66148B; }

 p { color: rgb(102,20,139); }

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

<style>
 a { background-color: #66148B; }

 a { background-color: rgb(102,20,139); }

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

<style>
 span { border-color: #66148B; }

 span { border-color: rgb(102,20,139); }

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