Html Css Color HEX #64049F Indigo

📋 copy color: '#64049F'

red 100 ◦ green 4 ◦ blue 159

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

Shades of Indigo #64049F

Tints of Indigo #64049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 159 (62.5% from 255) = 60.46%

R = 38.02%
G = 1.52%
B = 60.46%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64049F (or 0x64049F) is known color: Indigo. HEX triplet: 64, 04 and 9F. RGB value is (100,4,159). Sum of RGB (Red+Green+Blue) = 100+4+159=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #64049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64049F is #9BFB60. Grayscale: #313131. Windows color (decimal): -10222433 or 10421348. OLE color: 10421348.

HSL color Cylindrical-coordinate representation of color #64049F: hue angle of 277.16º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64049F is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 4 159 -
CMYK 0.37 0.97 0 0.38
HSL 277.16º 0.95% 0.32% -
HSV(B) 277.16º 0.97% 0.62% -
XYZ 11.56 5.3 33.21 -
YUV 50.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 100 4 159 0.37 0.97 0 0.38 277.16 0.95 0.32
Hex 64 4 9F 25 61 0 26 115 5F 20
Octal 144 4 237 45 141 0 46 425 137 40
Binary 1100100 100 10011111 100101 1100001 0 100110 100010101 1011111 100000

Color Harmonies of #64049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64049F

Black with #64049F

Text Example


Text Example

White with #64049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64049F; }

 p { color: rgb(100,4,159); }

 H1.HeaderClassName
 {
   color: #64049F;
 }
 .AnyTagClassName
 {
   color: #64049F;
 }
</style>

background-color css

<style>
 a { background-color: #64049F; }

 a { background-color: rgb(100,4,159); }

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

border-color css

<style>
 span { border-color: #64049F; }

 span { border-color: rgb(100,4,159); }

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