Html Css Color HEX #66137F Indigo

📋 copy color: '#66137F'

red 102 ◦ green 19 ◦ blue 127

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

Shades of Indigo #66137F

Tints of Indigo #66137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.21%

R = 41.13%
G = 7.66%
B = 51.21%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66137F (or 0x66137F) is known color: Indigo. HEX triplet: 66, 13 and 7F. RGB value is (102,19,127). Sum of RGB (Red+Green+Blue) = 102+19+127=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #66137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66137F is #99EC80. Grayscale: #373737. Windows color (decimal): -10087553 or 8328038. OLE color: 8328038.

HSL color Cylindrical-coordinate representation of color #66137F: hue angle of 286.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66137F is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 19 127 -
CMYK 0.20 0.85 0 0.50
HSL 286.11º 0.74% 0.29% -
HSV(B) 286.11º 0.85% 0.5% -
XYZ 9.54 4.82 20.51 -
YUV 56.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 102 19 127 0.20 0.85 0 0.50 286.11 0.74 0.29
Hex 66 13 7F 14 55 0 32 11E 4A 1D
Octal 146 23 177 24 125 0 62 436 112 35
Binary 1100110 10011 1111111 10100 1010101 0 110010 100011110 1001010 11101

Color Harmonies of #66137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66137F

Black with #66137F

Text Example


Text Example

White with #66137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66137F; }

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

 H1.HeaderClassName
 {
   color: #66137F;
 }
 .AnyTagClassName
 {
   color: #66137F;
 }
</style>

background-color css

<style>
 a { background-color: #66137F; }

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

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

border-color css

<style>
 span { border-color: #66137F; }

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

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