Html Css Color HEX #66028B Indigo

📋 copy color: '#66028B'

red 102 ◦ green 2 ◦ blue 139

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

Shades of Indigo #66028B

Tints of Indigo #66028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 41.98%
G = 0.82%
B = 57.2%

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

#66028B (or 0x66028B) is known color: Indigo. HEX triplet: 66, 02 and 8B. RGB value is (102,2,139). Sum of RGB (Red+Green+Blue) = 102+2+139=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #66028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66028B is #99FD74. Grayscale: #2F2F2F. Windows color (decimal): -10091893 or 9110118. OLE color: 9110118.

HSL color Cylindrical-coordinate representation of color #66028B: hue angle of 283.8º 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 #66028B is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 2 139 -
CMYK 0.27 0.99 0 0.45
HSL 283.8º 0.97% 0.28% -
HSV(B) 283.8º 0.99% 0.55% -
XYZ 10.16 4.73 24.8 -
YUV 47.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 102 2 139 0.27 0.99 0 0.45 283.8 0.97 0.28
Hex 66 2 8B 1B 63 0 2D 11C 61 1C
Octal 146 2 213 33 143 0 55 434 141 34
Binary 1100110 10 10001011 11011 1100011 0 101101 100011100 1100001 11100

Color Harmonies of #66028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66028B

Black with #66028B

Text Example


Text Example

White with #66028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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