Html Css Color HEX #64159D Indigo

📋 copy color: '#64159D'

red 100 ◦ green 21 ◦ blue 157

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

Shades of Indigo #64159D

Tints of Indigo #64159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 35.97%
G = 7.55%
B = 56.47%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64159D (or 0x64159D) is known color: Indigo. HEX triplet: 64, 15 and 9D. RGB value is (100,21,157). Sum of RGB (Red+Green+Blue) = 100+21+157=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #64159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64159D is #9BEA62. Grayscale: #3B3B3B. Windows color (decimal): -10218083 or 10294628. OLE color: 10294628.

HSL color Cylindrical-coordinate representation of color #64159D: hue angle of 274.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64159D is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 21 157 -
CMYK 0.36 0.87 0 0.38
HSL 274.85º 0.76% 0.35% -
HSV(B) 274.85º 0.87% 0.62% -
XYZ 11.61 5.68 32.38 -
YUV 60.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 100 21 157 0.36 0.87 0 0.38 274.85 0.76 0.35
Hex 64 15 9D 24 57 0 26 113 4C 23
Octal 144 25 235 44 127 0 46 423 114 43
Binary 1100100 10101 10011101 100100 1010111 0 100110 100010011 1001100 100011

Color Harmonies of #64159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64159D

Black with #64159D

Text Example


Text Example

White with #64159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,21,157); }

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

background-color css

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

 a { background-color: rgb(100,21,157); }

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

border-color css

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

 span { border-color: rgb(100,21,157); }

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