Html Css Color HEX #640399 Indigo

📋 copy color: '#640399'

red 100 ◦ green 3 ◦ blue 153

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

Shades of Indigo #640399

Tints of Indigo #640399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 39.06%
G = 1.17%
B = 59.77%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#640399 (or 0x640399) is known color: Indigo. HEX triplet: 64, 03 and 99. RGB value is (100,3,153). Sum of RGB (Red+Green+Blue) = 100+3+153=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #640399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640399 is #9BFC66. Grayscale: #303030. Windows color (decimal): -10222695 or 10027876. OLE color: 10027876.

HSL color Cylindrical-coordinate representation of color #640399: hue angle of 278.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640399 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 3 153 -
CMYK 0.35 0.98 0 0.4
HSL 278.8º 0.96% 0.31% -
HSV(B) 278.8º 0.98% 0.6% -
XYZ 11.04 5.07 30.53 -
YUV 49.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 100 3 153 0.35 0.98 0 0.4 278.8 0.96 0.31
Hex 64 3 99 23 62 0 28 117 60 1F
Octal 144 3 231 43 142 0 50 427 140 37
Binary 1100100 11 10011001 100011 1100010 0 101000 100010111 1100000 11111

Color Harmonies of #640399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640399

Black with #640399

Text Example


Text Example

White with #640399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640399; }

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

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

background-color css

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

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

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

border-color css

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

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

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