Html Css Color HEX #66139B Indigo

📋 copy color: '#66139B'

red 102 ◦ green 19 ◦ blue 155

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

Shades of Indigo #66139B

Tints of Indigo #66139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 36.96%
G = 6.88%
B = 56.16%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66139B (or 0x66139B) is known color: Indigo. HEX triplet: 66, 13 and 9B. RGB value is (102,19,155). Sum of RGB (Red+Green+Blue) = 102+19+155=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #66139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66139B is #99EC64. Grayscale: #3A3A3A. Windows color (decimal): -10087525 or 10163046. OLE color: 10163046.

HSL color Cylindrical-coordinate representation of color #66139B: hue angle of 276.62º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66139B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 19 155 -
CMYK 0.34 0.88 0 0.39
HSL 276.62º 0.78% 0.34% -
HSV(B) 276.62º 0.88% 0.61% -
XYZ 11.63 5.66 31.49 -
YUV 59.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 102 19 155 0.34 0.88 0 0.39 276.62 0.78 0.34
Hex 66 13 9B 22 58 0 27 115 4E 22
Octal 146 23 233 42 130 0 47 425 116 42
Binary 1100110 10011 10011011 100010 1011000 0 100111 100010101 1001110 100010

Color Harmonies of #66139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66139B

Black with #66139B

Text Example


Text Example

White with #66139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,19,155); }

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

background-color css

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

 a { background-color: rgb(102,19,155); }

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

border-color css

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

 span { border-color: rgb(102,19,155); }

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