Html Css Color HEX #64009C Indigo

📋 copy color: '#64009C'

red 100 ◦ green 0 ◦ blue 156

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

Shades of Indigo #64009C

Tints of Indigo #64009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 39.06%
G = 0%
B = 60.94%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64009C (or 0x64009C) is known color: Indigo. HEX triplet: 64, 00 and 9C. RGB value is (100,0,156). Sum of RGB (Red+Green+Blue) = 100+0+156=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #64009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64009C is #9BFF63. Grayscale: #2F2F2F. Windows color (decimal): -10223460 or 10223716. OLE color: 10223716.

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

Color convert

RGB 100 0 156 -
CMYK 0.36 1 0 0.39
HSL 278.46º 1% 0.31% -
HSV(B) 278.46º 1% 0.61% -
XYZ 11.26 5.11 31.85 -
YUV 47.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 100 0 156 0.36 1 0 0.39 278.46 1 0.31
Hex 64 0 9C 24 64 0 27 116 64 1F
Octal 144 0 234 44 144 0 47 426 144 37
Binary 1100100 0 10011100 100100 1100100 0 100111 100010110 1100100 11111

Color Harmonies of #64009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64009C

Black with #64009C

Text Example


Text Example

White with #64009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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