Html Css Color HEX #64048D Indigo

📋 copy color: '#64048D'

red 100 ◦ green 4 ◦ blue 141

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

Shades of Indigo #64048D

Tints of Indigo #64048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 40.82%
G = 1.63%
B = 57.55%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64048D (or 0x64048D) is known color: Indigo. HEX triplet: 64, 04 and 8D. RGB value is (100,4,141). Sum of RGB (Red+Green+Blue) = 100+4+141=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #64048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64048D is #9BFB72. Grayscale: #2F2F2F. Windows color (decimal): -10222451 or 9241700. OLE color: 9241700.

HSL color Cylindrical-coordinate representation of color #64048D: hue angle of 282.04º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64048D is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 4 141 -
CMYK 0.29 0.97 0 0.45
HSL 282.04º 0.94% 0.28% -
HSV(B) 282.04º 0.97% 0.55% -
XYZ 10.11 4.72 25.58 -
YUV 48.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 100 4 141 0.29 0.97 0 0.45 282.04 0.94 0.28
Hex 64 4 8D 1D 61 0 2D 11A 5E 1C
Octal 144 4 215 35 141 0 55 432 136 34
Binary 1100100 100 10001101 11101 1100001 0 101101 100011010 1011110 11100

Color Harmonies of #64048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64048D

Black with #64048D

Text Example


Text Example

White with #64048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64048D; }

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

 H1.HeaderClassName
 {
   color: #64048D;
 }
 .AnyTagClassName
 {
   color: #64048D;
 }
</style>

background-color css

<style>
 a { background-color: #64048D; }

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

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

border-color css

<style>
 span { border-color: #64048D; }

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

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