Html Css Color HEX #66168B Indigo

📋 copy color: '#66168B'

red 102 ◦ green 22 ◦ blue 139

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

Shades of Indigo #66168B

Tints of Indigo #66168B

RGB

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

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

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

R = 38.78%
G = 8.37%
B = 52.85%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66168B (or 0x66168B) is known color: Indigo. HEX triplet: 66, 16 and 8B. RGB value is (102,22,139). Sum of RGB (Red+Green+Blue) = 102+22+139=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #66168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66168B is #99E974. Grayscale: #3A3A3A. Windows color (decimal): -10086773 or 9115238. OLE color: 9115238.

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

Color convert

RGB 102 22 139 -
CMYK 0.27 0.84 0 0.45
HSL 281.03º 0.73% 0.32% -
HSV(B) 281.03º 0.84% 0.55% -
XYZ 10.43 5.26 24.89 -
YUV 59.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 102 22 139 0.27 0.84 0 0.45 281.03 0.73 0.32
Hex 66 16 8B 1B 54 0 2D 119 49 20
Octal 146 26 213 33 124 0 55 431 111 40
Binary 1100110 10110 10001011 11011 1010100 0 101101 100011001 1001001 100000

Color Harmonies of #66168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66168B

Black with #66168B

Text Example


Text Example

White with #66168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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