Html Css Color HEX #640A92 Indigo

📋 copy color: '#640A92'

red 100 ◦ green 10 ◦ blue 146

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

Shades of Indigo #640A92

Tints of Indigo #640A92

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 39.06%
G = 3.91%
B = 57.03%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#640A92 (or 0x640A92) is known color: Indigo. HEX triplet: 64, 0A and 92. RGB value is (100,10,146). Sum of RGB (Red+Green+Blue) = 100+10+146=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #640A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A92 is #9BF56D. Grayscale: #333333. Windows color (decimal): -10220910 or 9570916. OLE color: 9570916.

HSL color Cylindrical-coordinate representation of color #640A92: hue angle of 279.71º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640A92 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 10 146 -
CMYK 0.32 0.93 0 0.43
HSL 279.71º 0.87% 0.31% -
HSV(B) 279.71º 0.93% 0.57% -
XYZ 10.55 5 27.6 -
YUV 52.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 100 10 146 0.32 0.93 0 0.43 279.71 0.87 0.31
Hex 64 A 92 20 5D 0 2B 118 57 1F
Octal 144 12 222 40 135 0 53 430 127 37
Binary 1100100 1010 10010010 100000 1011101 0 101011 100011000 1010111 11111

Color Harmonies of #640A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A92

Black with #640A92

Text Example


Text Example

White with #640A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,10,146); }

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

background-color css

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

 a { background-color: rgb(100,10,146); }

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

border-color css

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

 span { border-color: rgb(100,10,146); }

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