Html Css Color HEX #660188 Indigo

📋 copy color: '#660188'

red 102 ◦ green 1 ◦ blue 136

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

Shades of Indigo #660188

Tints of Indigo #660188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 42.68%
G = 0.42%
B = 56.9%

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

#660188 (or 0x660188) is known color: Indigo. HEX triplet: 66, 01 and 88. RGB value is (102,1,136). Sum of RGB (Red+Green+Blue) = 102+1+136=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #660188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660188 is #99FE77. Grayscale: #2E2E2E. Windows color (decimal): -10092152 or 8913254. OLE color: 8913254.

HSL color Cylindrical-coordinate representation of color #660188: hue angle of 284.89º degrees, saturation: 0.99, 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 #660188 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 1 136 -
CMYK 0.25 0.99 0 0.47
HSL 284.89º 0.99% 0.27% -
HSV(B) 284.89º 0.99% 0.53% -
XYZ 9.93 4.62 23.66 -
YUV 46.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 102 1 136 0.25 0.99 0 0.47 284.89 0.99 0.27
Hex 66 1 88 19 63 0 2F 11D 63 1B
Octal 146 1 210 31 143 0 57 435 143 33
Binary 1100110 1 10001000 11001 1100011 0 101111 100011101 1100011 11011

Color Harmonies of #660188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660188

Black with #660188

Text Example


Text Example

White with #660188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660188; }

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

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

background-color css

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

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

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

border-color css

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

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

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