Html Css Color HEX #640CA2 Indigo

📋 copy color: '#640CA2'

red 100 ◦ green 12 ◦ blue 162

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

Shades of Indigo #640CA2

Tints of Indigo #640CA2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

 BLUE value IS 162 (63.67% from 255) = 59.12%

R = 36.5%
G = 4.38%
B = 59.12%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#640CA2 (or 0x640CA2) is known color: Indigo. HEX triplet: 64, 0C and A2. RGB value is (100,12,162). Sum of RGB (Red+Green+Blue) = 100+12+162=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #640CA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640CA2 is #9BF35D. Grayscale: #363636. Windows color (decimal): -10220382 or 10620004. OLE color: 10620004.

HSL color Cylindrical-coordinate representation of color #640CA2: hue angle of 275.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640CA2 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 12 162 -
CMYK 0.38 0.93 0 0.36
HSL 275.2º 0.86% 0.34% -
HSV(B) 275.2º 0.93% 0.64% -
XYZ 11.91 5.58 34.63 -
YUV 55.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 100 12 162 0.38 0.93 0 0.36 275.2 0.86 0.34
Hex 64 C A2 26 5D 0 24 113 56 22
Octal 144 14 242 46 135 0 44 423 126 42
Binary 1100100 1100 10100010 100110 1011101 0 100100 100010011 1010110 100010

Color Harmonies of #640CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CA2

Black with #640CA2

Text Example


Text Example

White with #640CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640CA2; }

 p { color: rgb(100,12,162); }

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

background-color css

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

 a { background-color: rgb(100,12,162); }

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

border-color css

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

 span { border-color: rgb(100,12,162); }

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