Html Css Color HEX #66168D Indigo

📋 copy color: '#66168D'

red 102 ◦ green 22 ◦ blue 141

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

Shades of Indigo #66168D

Tints of Indigo #66168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 38.49%
G = 8.3%
B = 53.21%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66168D (or 0x66168D) is known color: Indigo. HEX triplet: 66, 16 and 8D. RGB value is (102,22,141). Sum of RGB (Red+Green+Blue) = 102+22+141=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #66168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66168D is #99E972. Grayscale: #3B3B3B. Windows color (decimal): -10086771 or 9246310. OLE color: 9246310.

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

Color convert

RGB 102 22 141 -
CMYK 0.28 0.84 0 0.45
HSL 280.34º 0.73% 0.32% -
HSV(B) 280.34º 0.84% 0.55% -
XYZ 10.57 5.32 25.67 -
YUV 59.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 102 22 141 0.28 0.84 0 0.45 280.34 0.73 0.32
Hex 66 16 8D 1C 54 0 2D 118 49 20
Octal 146 26 215 34 124 0 55 430 111 40
Binary 1100110 10110 10001101 11100 1010100 0 101101 100011000 1001001 100000

Color Harmonies of #66168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66168D

Black with #66168D

Text Example


Text Example

White with #66168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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