Html Css Color HEX #64178A Indigo

📋 copy color: '#64178A'

red 100 ◦ green 23 ◦ blue 138

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

Shades of Indigo #64178A

Tints of Indigo #64178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 38.31%
G = 8.81%
B = 52.87%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64178A (or 0x64178A) is known color: Indigo. HEX triplet: 64, 17 and 8A. RGB value is (100,23,138). Sum of RGB (Red+Green+Blue) = 100+23+138=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #64178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64178A is #9BE875. Grayscale: #3A3A3A. Windows color (decimal): -10217590 or 9049956. OLE color: 9049956.

HSL color Cylindrical-coordinate representation of color #64178A: hue angle of 280.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64178A is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 23 138 -
CMYK 0.28 0.83 0 0.46
HSL 280.17º 0.71% 0.32% -
HSV(B) 280.17º 0.83% 0.54% -
XYZ 10.15 5.16 24.51 -
YUV 59.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 100 23 138 0.28 0.83 0 0.46 280.17 0.71 0.32
Hex 64 17 8A 1C 53 0 2E 118 47 20
Octal 144 27 212 34 123 0 56 430 107 40
Binary 1100100 10111 10001010 11100 1010011 0 101110 100011000 1000111 100000

Color Harmonies of #64178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64178A

Black with #64178A

Text Example


Text Example

White with #64178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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