Html Css Color HEX #640C87 Indigo

📋 copy color: '#640C87'

red 100 ◦ green 12 ◦ blue 135

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

Shades of Indigo #640C87

Tints of Indigo #640C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 40.49%
G = 4.86%
B = 54.66%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#640C87 (or 0x640C87) is known color: Indigo. HEX triplet: 64, 0C and 87. RGB value is (100,12,135). Sum of RGB (Red+Green+Blue) = 100+12+135=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #640C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640C87 is #9BF378. Grayscale: #333333. Windows color (decimal): -10220409 or 8850532. OLE color: 8850532.

HSL color Cylindrical-coordinate representation of color #640C87: hue angle of 282.93º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640C87 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 12 135 -
CMYK 0.26 0.91 0 0.47
HSL 282.93º 0.84% 0.29% -
HSV(B) 282.93º 0.91% 0.53% -
XYZ 9.76 4.72 23.32 -
YUV 52.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 100 12 135 0.26 0.91 0 0.47 282.93 0.84 0.29
Hex 64 C 87 1A 5B 0 2F 11B 54 1D
Octal 144 14 207 32 133 0 57 433 124 35
Binary 1100100 1100 10000111 11010 1011011 0 101111 100011011 1010100 11101

Color Harmonies of #640C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C87

Black with #640C87

Text Example


Text Example

White with #640C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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