Html Css Color HEX #64107D Indigo

📋 copy color: '#64107D'

red 100 ◦ green 16 ◦ blue 125

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

Shades of Indigo #64107D

Tints of Indigo #64107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 41.49%
G = 6.64%
B = 51.87%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64107D (or 0x64107D) is known color: Indigo. HEX triplet: 64, 10 and 7D. RGB value is (100,16,125). Sum of RGB (Red+Green+Blue) = 100+16+125=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #64107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64107D is #9BEF82. Grayscale: #353535. Windows color (decimal): -10219395 or 8196196. OLE color: 8196196.

HSL color Cylindrical-coordinate representation of color #64107D: hue angle of 286.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64107D is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 16 125 -
CMYK 0.2 0.87 0 0.51
HSL 286.24º 0.77% 0.28% -
HSV(B) 286.24º 0.87% 0.49% -
XYZ 9.14 4.56 19.8 -
YUV 53.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 100 16 125 0.2 0.87 0 0.51 286.24 0.77 0.28
Hex 64 10 7D 14 57 0 33 11E 4D 1C
Octal 144 20 175 24 127 0 63 436 115 34
Binary 1100100 10000 1111101 10100 1010111 0 110011 100011110 1001101 11100

Color Harmonies of #64107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64107D

Black with #64107D

Text Example


Text Example

White with #64107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,16,125); }

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

background-color css

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

 a { background-color: rgb(100,16,125); }

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

border-color css

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

 span { border-color: rgb(100,16,125); }

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