Html Css Color HEX #660C88 Indigo

📋 copy color: '#660C88'

red 102 ◦ green 12 ◦ blue 136

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

Shades of Indigo #660C88

Tints of Indigo #660C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 40.8%
G = 4.8%
B = 54.4%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660C88 (or 0x660C88) is known color: Indigo. HEX triplet: 66, 0C and 88. RGB value is (102,12,136). Sum of RGB (Red+Green+Blue) = 102+12+136=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #660C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660C88 is #99F377. Grayscale: #343434. Windows color (decimal): -10089336 or 8916070. OLE color: 8916070.

HSL color Cylindrical-coordinate representation of color #660C88: hue angle of 283.55º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660C88 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 12 136 -
CMYK 0.25 0.91 0 0.47
HSL 283.55º 0.84% 0.29% -
HSV(B) 283.55º 0.91% 0.53% -
XYZ 10.05 4.87 23.7 -
YUV 53.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 102 12 136 0.25 0.91 0 0.47 283.55 0.84 0.29
Hex 66 C 88 19 5B 0 2F 11C 54 1D
Octal 146 14 210 31 133 0 57 434 124 35
Binary 1100110 1100 10001000 11001 1011011 0 101111 100011100 1010100 11101

Color Harmonies of #660C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C88

Black with #660C88

Text Example


Text Example

White with #660C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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