Html Css Color HEX #64049A Indigo

📋 copy color: '#64049A'

red 100 ◦ green 4 ◦ blue 154

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

Shades of Indigo #64049A

Tints of Indigo #64049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.69%

R = 38.76%
G = 1.55%
B = 59.69%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64049A (or 0x64049A) is known color: Indigo. HEX triplet: 64, 04 and 9A. RGB value is (100,4,154). Sum of RGB (Red+Green+Blue) = 100+4+154=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #64049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64049A is #9BFB65. Grayscale: #313131. Windows color (decimal): -10222438 or 10093668. OLE color: 10093668.

HSL color Cylindrical-coordinate representation of color #64049A: hue angle of 278.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64049A is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 4 154 -
CMYK 0.35 0.97 0 0.40
HSL 278.4º 0.95% 0.31% -
HSV(B) 278.4º 0.97% 0.6% -
XYZ 11.13 5.13 30.98 -
YUV 49.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 100 4 154 0.35 0.97 0 0.40 278.4 0.95 0.31
Hex 64 4 9A 23 61 0 28 116 5F 1F
Octal 144 4 232 43 141 0 50 426 137 37
Binary 1100100 100 10011010 100011 1100001 0 101000 100010110 1011111 11111

Color Harmonies of #64049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64049A

Black with #64049A

Text Example


Text Example

White with #64049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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