Html Css Color HEX #64029E Indigo

📋 copy color: '#64029E'

red 100 ◦ green 2 ◦ blue 158

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

Shades of Indigo #64029E

Tints of Indigo #64029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 38.46%
G = 0.77%
B = 60.77%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64029E (or 0x64029E) is known color: Indigo. HEX triplet: 64, 02 and 9E. RGB value is (100,2,158). Sum of RGB (Red+Green+Blue) = 100+2+158=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #64029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64029E is #9BFD61. Grayscale: #303030. Windows color (decimal): -10222946 or 10355300. OLE color: 10355300.

HSL color Cylindrical-coordinate representation of color #64029E: hue angle of 277.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64029E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 2 158 -
CMYK 0.37 0.99 0 0.38
HSL 277.69º 0.98% 0.31% -
HSV(B) 277.69º 0.99% 0.62% -
XYZ 11.45 5.22 32.75 -
YUV 49.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 100 2 158 0.37 0.99 0 0.38 277.69 0.98 0.31
Hex 64 2 9E 25 63 0 26 116 62 1F
Octal 144 2 236 45 143 0 46 426 142 37
Binary 1100100 10 10011110 100101 1100011 0 100110 100010110 1100010 11111

Color Harmonies of #64029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64029E

Black with #64029E

Text Example


Text Example

White with #64029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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