Html Css Color HEX #64038D Indigo

📋 copy color: '#64038D'

red 100 ◦ green 3 ◦ blue 141

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

Shades of Indigo #64038D

Tints of Indigo #64038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 40.98%
G = 1.23%
B = 57.79%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64038D (or 0x64038D) is known color: Indigo. HEX triplet: 64, 03 and 8D. RGB value is (100,3,141). Sum of RGB (Red+Green+Blue) = 100+3+141=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #64038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64038D is #9BFC72. Grayscale: #2F2F2F. Windows color (decimal): -10222707 or 9241444. OLE color: 9241444.

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

Color convert

RGB 100 3 141 -
CMYK 0.29 0.98 0 0.45
HSL 282.17º 0.96% 0.28% -
HSV(B) 282.17º 0.98% 0.55% -
XYZ 10.1 4.7 25.57 -
YUV 47.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 100 3 141 0.29 0.98 0 0.45 282.17 0.96 0.28
Hex 64 3 8D 1D 62 0 2D 11A 60 1C
Octal 144 3 215 35 142 0 55 432 140 34
Binary 1100100 11 10001101 11101 1100010 0 101101 100011010 1100000 11100

Color Harmonies of #64038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64038D

Black with #64038D

Text Example


Text Example

White with #64038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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