Html Css Color HEX #66008B Indigo

📋 copy color: '#66008B'

red 102 ◦ green 0 ◦ blue 139

#66008B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #66008B

Tints of Indigo #66008B

RGB

 RED value IS 102 (40.23% from 255) = 42.32%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 42.32%
G = 0%
B = 57.68%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66008B (or 0x66008B) is known color: Indigo. HEX triplet: 66, 00 and 8B. RGB value is (102,0,139). Sum of RGB (Red+Green+Blue) = 102+0+139=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #66008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66008B is #99FF74. Grayscale: #2D2D2D. Windows color (decimal): -10092405 or 9109606. OLE color: 9109606.

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

Color convert

RGB 102 0 139 -
CMYK 0.27 1 0 0.45
HSL 284.03º 1% 0.27% -
HSV(B) 284.03º 1% 0.55% -
XYZ 10.14 4.69 24.8 -
YUV 46.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 102 0 139 0.27 1 0 0.45 284.03 1 0.27
Hex 66 0 8B 1B 64 0 2D 11C 64 1B
Octal 146 0 213 33 144 0 55 434 144 33
Binary 1100110 0 10001011 11011 1100100 0 101101 100011100 1100100 11011

Color Harmonies of #66008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66008B

Black with #66008B

Text Example


Text Example

White with #66008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66008B;
 }
 .AnyTagClassName
 {
   color: #66008B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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