Html Css Color HEX #64039D Indigo

📋 copy color: '#64039D'

red 100 ◦ green 3 ◦ blue 157

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

Shades of Indigo #64039D

Tints of Indigo #64039D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 38.46%
G = 1.15%
B = 60.38%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64039D (or 0x64039D) is known color: Indigo. HEX triplet: 64, 03 and 9D. RGB value is (100,3,157). Sum of RGB (Red+Green+Blue) = 100+3+157=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #64039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64039D is #9BFC62. Grayscale: #313131. Windows color (decimal): -10222691 or 10290020. OLE color: 10290020.

HSL color Cylindrical-coordinate representation of color #64039D: hue angle of 277.79º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64039D is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 3 157 -
CMYK 0.36 0.98 0 0.38
HSL 277.79º 0.96% 0.31% -
HSV(B) 277.79º 0.98% 0.62% -
XYZ 11.37 5.21 32.3 -
YUV 49.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 100 3 157 0.36 0.98 0 0.38 277.79 0.96 0.31
Hex 64 3 9D 24 62 0 26 116 60 1F
Octal 144 3 235 44 142 0 46 426 140 37
Binary 1100100 11 10011101 100100 1100010 0 100110 100010110 1100000 11111

Color Harmonies of #64039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64039D

Black with #64039D

Text Example


Text Example

White with #64039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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