Html Css Color HEX #64178E Indigo

📋 copy color: '#64178E'

red 100 ◦ green 23 ◦ blue 142

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

Shades of Indigo #64178E

Tints of Indigo #64178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 37.74%
G = 8.68%
B = 53.58%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64178E (or 0x64178E) is known color: Indigo. HEX triplet: 64, 17 and 8E. RGB value is (100,23,142). Sum of RGB (Red+Green+Blue) = 100+23+142=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #64178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64178E is #9BE871. Grayscale: #3B3B3B. Windows color (decimal): -10217586 or 9312100. OLE color: 9312100.

HSL color Cylindrical-coordinate representation of color #64178E: hue angle of 278.82º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64178E is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 23 142 -
CMYK 0.30 0.84 0 0.44
HSL 278.82º 0.72% 0.32% -
HSV(B) 278.82º 0.84% 0.56% -
XYZ 10.44 5.28 26.06 -
YUV 59.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 100 23 142 0.30 0.84 0 0.44 278.82 0.72 0.32
Hex 64 17 8E 1E 54 0 2C 117 48 20
Octal 144 27 216 36 124 0 54 427 110 40
Binary 1100100 10111 10001110 11110 1010100 0 101100 100010111 1001000 100000

Color Harmonies of #64178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64178E

Black with #64178E

Text Example


Text Example

White with #64178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64178E; }

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

 H1.HeaderClassName
 {
   color: #64178E;
 }
 .AnyTagClassName
 {
   color: #64178E;
 }
</style>

background-color css

<style>
 a { background-color: #64178E; }

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

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

border-color css

<style>
 span { border-color: #64178E; }

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

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