Html Css Color HEX #640B7F Indigo

📋 copy color: '#640B7F'

red 100 ◦ green 11 ◦ blue 127

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

Shades of Indigo #640B7F

Tints of Indigo #640B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 127 (50% from 255) = 53.36%

R = 42.02%
G = 4.62%
B = 53.36%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#640B7F (or 0x640B7F) is known color: Indigo. HEX triplet: 64, 0B and 7F. RGB value is (100,11,127). Sum of RGB (Red+Green+Blue) = 100+11+127=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #640B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B7F is #9BF480. Grayscale: #323232. Windows color (decimal): -10220673 or 8325988. OLE color: 8325988.

HSL color Cylindrical-coordinate representation of color #640B7F: hue angle of 286.03º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640B7F is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 11 127 -
CMYK 0.21 0.91 0 0.50
HSL 286.03º 0.84% 0.27% -
HSV(B) 286.03º 0.91% 0.5% -
XYZ 9.21 4.48 20.46 -
YUV 50.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 100 11 127 0.21 0.91 0 0.50 286.03 0.84 0.27
Hex 64 B 7F 15 5B 0 32 11E 54 1B
Octal 144 13 177 25 133 0 62 436 124 33
Binary 1100100 1011 1111111 10101 1011011 0 110010 100011110 1010100 11011

Color Harmonies of #640B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B7F

Black with #640B7F

Text Example


Text Example

White with #640B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,11,127); }

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

background-color css

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

 a { background-color: rgb(100,11,127); }

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

border-color css

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

 span { border-color: rgb(100,11,127); }

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