Html Css Color HEX #660288 Indigo

📋 copy color: '#660288'

red 102 ◦ green 2 ◦ blue 136

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

Shades of Indigo #660288

Tints of Indigo #660288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 42.5%
G = 0.83%
B = 56.67%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660288 (or 0x660288) is known color: Indigo. HEX triplet: 66, 02 and 88. RGB value is (102,2,136). Sum of RGB (Red+Green+Blue) = 102+2+136=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #660288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660288 is #99FD77. Grayscale: #2E2E2E. Windows color (decimal): -10091896 or 8913510. OLE color: 8913510.

HSL color Cylindrical-coordinate representation of color #660288: hue angle of 284.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660288 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 2 136 -
CMYK 0.25 0.99 0 0.47
HSL 284.78º 0.97% 0.27% -
HSV(B) 284.78º 0.99% 0.53% -
XYZ 9.95 4.65 23.67 -
YUV 47.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 102 2 136 0.25 0.99 0 0.47 284.78 0.97 0.27
Hex 66 2 88 19 63 0 2F 11D 61 1B
Octal 146 2 210 31 143 0 57 435 141 33
Binary 1100110 10 10001000 11001 1100011 0 101111 100011101 1100001 11011

Color Harmonies of #660288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660288

Black with #660288

Text Example


Text Example

White with #660288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660288; }

 p { color: rgb(102,2,136); }

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

background-color css

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

 a { background-color: rgb(102,2,136); }

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

border-color css

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

 span { border-color: rgb(102,2,136); }

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