Html Css Color HEX #640A83 Indigo

📋 copy color: '#640A83'

red 100 ◦ green 10 ◦ blue 131

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

Shades of Indigo #640A83

Tints of Indigo #640A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.36%

R = 41.49%
G = 4.15%
B = 54.36%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#640A83 (or 0x640A83) is known color: Indigo. HEX triplet: 64, 0A and 83. RGB value is (100,10,131). Sum of RGB (Red+Green+Blue) = 100+10+131=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #640A83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A83 is #9BF57C. Grayscale: #323232. Windows color (decimal): -10220925 or 8587876. OLE color: 8587876.

HSL color Cylindrical-coordinate representation of color #640A83: hue angle of 284.63º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640A83 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 10 131 -
CMYK 0.24 0.92 0 0.49
HSL 284.63º 0.86% 0.28% -
HSV(B) 284.63º 0.92% 0.51% -
XYZ 9.46 4.57 21.86 -
YUV 50.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 100 10 131 0.24 0.92 0 0.49 284.63 0.86 0.28
Hex 64 A 83 18 5C 0 31 11D 56 1C
Octal 144 12 203 30 134 0 61 435 126 34
Binary 1100100 1010 10000011 11000 1011100 0 110001 100011101 1010110 11100

Color Harmonies of #640A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A83

Black with #640A83

Text Example


Text Example

White with #640A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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