Html Css Color HEX #660C9B Indigo

📋 copy color: '#660C9B'

red 102 ◦ green 12 ◦ blue 155

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

Shades of Indigo #660C9B

Tints of Indigo #660C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 37.92%
G = 4.46%
B = 57.62%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#660C9B (or 0x660C9B) is known color: Indigo. HEX triplet: 66, 0C and 9B. RGB value is (102,12,155). Sum of RGB (Red+Green+Blue) = 102+12+155=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #660C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660C9B is #99F364. Grayscale: #363636. Windows color (decimal): -10089317 or 10161254. OLE color: 10161254.

HSL color Cylindrical-coordinate representation of color #660C9B: hue angle of 277.76º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660C9B is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 12 155 -
CMYK 0.34 0.92 0 0.39
HSL 277.76º 0.86% 0.33% -
HSV(B) 277.76º 0.92% 0.61% -
XYZ 11.53 5.45 31.46 -
YUV 55.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 102 12 155 0.34 0.92 0 0.39 277.76 0.86 0.33
Hex 66 C 9B 22 5C 0 27 116 56 21
Octal 146 14 233 42 134 0 47 426 126 41
Binary 1100110 1100 10011011 100010 1011100 0 100111 100010110 1010110 100001

Color Harmonies of #660C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C9B

Black with #660C9B

Text Example


Text Example

White with #660C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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