Html Css Color HEX #66168E Indigo

📋 copy color: '#66168E'

red 102 ◦ green 22 ◦ blue 142

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

Shades of Indigo #66168E

Tints of Indigo #66168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 38.35%
G = 8.27%
B = 53.38%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66168E (or 0x66168E) is known color: Indigo. HEX triplet: 66, 16 and 8E. RGB value is (102,22,142). Sum of RGB (Red+Green+Blue) = 102+22+142=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #66168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66168E is #99E971. Grayscale: #3B3B3B. Windows color (decimal): -10086770 or 9311846. OLE color: 9311846.

HSL color Cylindrical-coordinate representation of color #66168E: hue angle of 280º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66168E is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 22 142 -
CMYK 0.28 0.85 0 0.44
HSL 280º 0.73% 0.32% -
HSV(B) 280º 0.85% 0.56% -
XYZ 10.65 5.35 26.06 -
YUV 59.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 102 22 142 0.28 0.85 0 0.44 280 0.73 0.32
Hex 66 16 8E 1C 55 0 2C 118 49 20
Octal 146 26 216 34 125 0 54 430 111 40
Binary 1100110 10110 10001110 11100 1010101 0 101100 100011000 1001001 100000

Color Harmonies of #66168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66168E

Black with #66168E

Text Example


Text Example

White with #66168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66168E; }

 p { color: rgb(102,22,142); }

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

background-color css

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

 a { background-color: rgb(102,22,142); }

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

border-color css

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

 span { border-color: rgb(102,22,142); }

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