Html Css Color HEX #66088B Indigo

📋 copy color: '#66088B'

red 102 ◦ green 8 ◦ blue 139

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

Shades of Indigo #66088B

Tints of Indigo #66088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 40.96%
G = 3.21%
B = 55.82%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66088B (or 0x66088B) is known color: Indigo. HEX triplet: 66, 08 and 8B. RGB value is (102,8,139). Sum of RGB (Red+Green+Blue) = 102+8+139=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #66088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66088B is #99F774. Grayscale: #323232. Windows color (decimal): -10090357 or 9111654. OLE color: 9111654.

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

Color convert

RGB 102 8 139 -
CMYK 0.27 0.94 0 0.45
HSL 283.05º 0.89% 0.29% -
HSV(B) 283.05º 0.94% 0.55% -
XYZ 10.23 4.86 24.83 -
YUV 51.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 102 8 139 0.27 0.94 0 0.45 283.05 0.89 0.29
Hex 66 8 8B 1B 5E 0 2D 11B 59 1D
Octal 146 10 213 33 136 0 55 433 131 35
Binary 1100110 1000 10001011 11011 1011110 0 101101 100011011 1011001 11101

Color Harmonies of #66088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66088B

Black with #66088B

Text Example


Text Example

White with #66088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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