Html Css Color HEX #64179B Indigo

📋 copy color: '#64179B'

red 100 ◦ green 23 ◦ blue 155

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

Shades of Indigo #64179B

Tints of Indigo #64179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 35.97%
G = 8.27%
B = 55.76%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64179B (or 0x64179B) is known color: Indigo. HEX triplet: 64, 17 and 9B. RGB value is (100,23,155). Sum of RGB (Red+Green+Blue) = 100+23+155=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #64179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64179B is #9BE864. Grayscale: #3C3C3C. Windows color (decimal): -10217573 or 10164068. OLE color: 10164068.

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

Color convert

RGB 100 23 155 -
CMYK 0.35 0.85 0 0.39
HSL 275º 0.74% 0.35% -
HSV(B) 275º 0.85% 0.61% -
XYZ 11.48 5.69 31.5 -
YUV 61.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 100 23 155 0.35 0.85 0 0.39 275 0.74 0.35
Hex 64 17 9B 23 55 0 27 113 4A 23
Octal 144 27 233 43 125 0 47 423 112 43
Binary 1100100 10111 10011011 100011 1010101 0 100111 100010011 1001010 100011

Color Harmonies of #64179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64179B

Black with #64179B

Text Example


Text Example

White with #64179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,23,155); }

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

background-color css

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

 a { background-color: rgb(100,23,155); }

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

border-color css

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

 span { border-color: rgb(100,23,155); }

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