Html Css Color HEX #66028C Indigo

📋 copy color: '#66028C'

red 102 ◦ green 2 ◦ blue 140

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

Shades of Indigo #66028C

Tints of Indigo #66028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 41.8%
G = 0.82%
B = 57.38%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66028C (or 0x66028C) is known color: Indigo. HEX triplet: 66, 02 and 8C. RGB value is (102,2,140). Sum of RGB (Red+Green+Blue) = 102+2+140=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #66028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66028C is #99FD73. Grayscale: #2F2F2F. Windows color (decimal): -10091892 or 9175654. OLE color: 9175654.

HSL color Cylindrical-coordinate representation of color #66028C: hue angle of 283.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66028C is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 2 140 -
CMYK 0.27 0.99 0 0.45
HSL 283.48º 0.97% 0.28% -
HSV(B) 283.48º 0.99% 0.55% -
XYZ 10.23 4.76 25.19 -
YUV 47.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 102 2 140 0.27 0.99 0 0.45 283.48 0.97 0.28
Hex 66 2 8C 1B 63 0 2D 11B 61 1C
Octal 146 2 214 33 143 0 55 433 141 34
Binary 1100110 10 10001100 11011 1100011 0 101101 100011011 1100001 11100

Color Harmonies of #66028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66028C

Black with #66028C

Text Example


Text Example

White with #66028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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