Html Css Color HEX #64009D Indigo

📋 copy color: '#64009D'

red 100 ◦ green 0 ◦ blue 157

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

Shades of Indigo #64009D

Tints of Indigo #64009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.91%
G = 0%
B = 61.09%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64009D (or 0x64009D) is known color: Indigo. HEX triplet: 64, 00 and 9D. RGB value is (100,0,157). Sum of RGB (Red+Green+Blue) = 100+0+157=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #64009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64009D is #9BFF62. Grayscale: #2F2F2F. Windows color (decimal): -10223459 or 10289252. OLE color: 10289252.

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

Color convert

RGB 100 0 157 -
CMYK 0.36 1 0 0.38
HSL 278.22º 1% 0.31% -
HSV(B) 278.22º 1% 0.62% -
XYZ 11.34 5.14 32.29 -
YUV 47.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 100 0 157 0.36 1 0 0.38 278.22 1 0.31
Hex 64 0 9D 24 64 0 26 116 64 1F
Octal 144 0 235 44 144 0 46 426 144 37
Binary 1100100 0 10011101 100100 1100100 0 100110 100010110 1100100 11111

Color Harmonies of #64009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64009D

Black with #64009D

Text Example


Text Example

White with #64009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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