Html Css Color HEX #640C7F Indigo

📋 copy color: '#640C7F'

red 100 ◦ green 12 ◦ blue 127

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

Shades of Indigo #640C7F

Tints of Indigo #640C7F

RGB

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

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

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

R = 41.84%
G = 5.02%
B = 53.14%

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

#640C7F (or 0x640C7F) is known color: Indigo. HEX triplet: 64, 0C and 7F. RGB value is (100,12,127). Sum of RGB (Red+Green+Blue) = 100+12+127=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #640C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C7F is #9BF380. Grayscale: #333333. Windows color (decimal): -10220417 or 8326244. OLE color: 8326244.

HSL color Cylindrical-coordinate representation of color #640C7F: hue angle of 285.91º degrees, saturation: 0.83, 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 #640C7F is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 12 127 -
CMYK 0.21 0.91 0 0.50
HSL 285.91º 0.83% 0.27% -
HSV(B) 285.91º 0.91% 0.5% -
XYZ 9.22 4.5 20.46 -
YUV 51.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 100 12 127 0.21 0.91 0 0.50 285.91 0.83 0.27
Hex 64 C 7F 15 5B 0 32 11E 53 1B
Octal 144 14 177 25 133 0 62 436 123 33
Binary 1100100 1100 1111111 10101 1011011 0 110010 100011110 1010011 11011

Color Harmonies of #640C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C7F

Black with #640C7F

Text Example


Text Example

White with #640C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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