Html Css Color HEX #64009E Indigo

📋 copy color: '#64009E'

red 100 ◦ green 0 ◦ blue 158

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

Shades of Indigo #64009E

Tints of Indigo #64009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.24%

R = 38.76%
G = 0%
B = 61.24%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64009E (or 0x64009E) is known color: Indigo. HEX triplet: 64, 00 and 9E. RGB value is (100,0,158). Sum of RGB (Red+Green+Blue) = 100+0+158=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #64009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64009E is #9BFF61. Grayscale: #2F2F2F. Windows color (decimal): -10223458 or 10354788. OLE color: 10354788.

HSL color Cylindrical-coordinate representation of color #64009E: hue angle of 277.97º 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 #64009E is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 0 158 -
CMYK 0.37 1 0 0.38
HSL 277.97º 1% 0.31% -
HSV(B) 277.97º 1% 0.62% -
XYZ 11.43 5.18 32.74 -
YUV 47.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 100 0 158 0.37 1 0 0.38 277.97 1 0.31
Hex 64 0 9E 25 64 0 26 116 64 1F
Octal 144 0 236 45 144 0 46 426 144 37
Binary 1100100 0 10011110 100101 1100100 0 100110 100010110 1100100 11111

Color Harmonies of #64009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64009E

Black with #64009E

Text Example


Text Example

White with #64009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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