Html Css Color HEX #640199 Indigo

📋 copy color: '#640199'

red 100 ◦ green 1 ◦ blue 153

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

Shades of Indigo #640199

Tints of Indigo #640199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 39.37%
G = 0.39%
B = 60.24%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#640199 (or 0x640199) is known color: Indigo. HEX triplet: 64, 01 and 99. RGB value is (100,1,153). Sum of RGB (Red+Green+Blue) = 100+1+153=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #640199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640199 is #9BFE66. Grayscale: #2F2F2F. Windows color (decimal): -10223207 or 10027364. OLE color: 10027364.

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

Color convert

RGB 100 1 153 -
CMYK 0.35 0.99 0 0.4
HSL 279.08º 0.99% 0.3% -
HSV(B) 279.08º 0.99% 0.6% -
XYZ 11.02 5.03 30.53 -
YUV 47.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 100 1 153 0.35 0.99 0 0.4 279.08 0.99 0.3
Hex 64 1 99 23 63 0 28 117 63 1E
Octal 144 1 231 43 143 0 50 427 143 36
Binary 1100100 1 10011001 100011 1100011 0 101000 100010111 1100011 11110

Color Harmonies of #640199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640199

Black with #640199

Text Example


Text Example

White with #640199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640199; }

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

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

background-color css

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

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

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

border-color css

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

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

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