Html Css Color HEX #64029C Indigo

📋 copy color: '#64029C'

red 100 ◦ green 2 ◦ blue 156

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

Shades of Indigo #64029C

Tints of Indigo #64029C

RGB

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

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

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

R = 38.76%
G = 0.78%
B = 60.47%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64029C (or 0x64029C) is known color: Indigo. HEX triplet: 64, 02 and 9C. RGB value is (100,2,156). Sum of RGB (Red+Green+Blue) = 100+2+156=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #64029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64029C is #9BFD63. Grayscale: #303030. Windows color (decimal): -10222948 or 10224228. OLE color: 10224228.

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

Color convert

RGB 100 2 156 -
CMYK 0.36 0.99 0 0.39
HSL 278.18º 0.97% 0.31% -
HSV(B) 278.18º 0.99% 0.61% -
XYZ 11.28 5.15 31.85 -
YUV 48.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 100 2 156 0.36 0.99 0 0.39 278.18 0.97 0.31
Hex 64 2 9C 24 63 0 27 116 61 1F
Octal 144 2 234 44 143 0 47 426 141 37
Binary 1100100 10 10011100 100100 1100011 0 100111 100010110 1100001 11111

Color Harmonies of #64029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64029C

Black with #64029C

Text Example


Text Example

White with #64029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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