Html Css Color HEX #64137F Indigo

📋 copy color: '#64137F'

red 100 ◦ green 19 ◦ blue 127

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

Shades of Indigo #64137F

Tints of Indigo #64137F

RGB

 RED value IS 100 (39.45% from 255) = 40.65%

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

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

R = 40.65%
G = 7.72%
B = 51.63%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64137F (or 0x64137F) is known color: Indigo. HEX triplet: 64, 13 and 7F. RGB value is (100,19,127). Sum of RGB (Red+Green+Blue) = 100+19+127=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #64137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64137F is #9BEC80. Grayscale: #373737. Windows color (decimal): -10218625 or 8328036. OLE color: 8328036.

HSL color Cylindrical-coordinate representation of color #64137F: hue angle of 285º 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 #64137F is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 19 127 -
CMYK 0.21 0.85 0 0.50
HSL 285º 0.74% 0.29% -
HSV(B) 285º 0.85% 0.5% -
XYZ 9.32 4.71 20.5 -
YUV 55.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 100 19 127 0.21 0.85 0 0.50 285 0.74 0.29
Hex 64 13 7F 15 55 0 32 11D 4A 1D
Octal 144 23 177 25 125 0 62 435 112 35
Binary 1100100 10011 1111111 10101 1010101 0 110010 100011101 1001010 11101

Color Harmonies of #64137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64137F

Black with #64137F

Text Example


Text Example

White with #64137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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