Html Css Color HEX #640F89 Indigo

📋 copy color: '#640F89'

red 100 ◦ green 15 ◦ blue 137

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

Shades of Indigo #640F89

Tints of Indigo #640F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 137 (53.91% from 255) = 54.37%

R = 39.68%
G = 5.95%
B = 54.37%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#640F89 (or 0x640F89) is known color: Indigo. HEX triplet: 64, 0F and 89. RGB value is (100,15,137). Sum of RGB (Red+Green+Blue) = 100+15+137=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #640F89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F89 is #9BF076. Grayscale: #353535. Windows color (decimal): -10219639 or 8982372. OLE color: 8982372.

HSL color Cylindrical-coordinate representation of color #640F89: hue angle of 281.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640F89 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 15 137 -
CMYK 0.27 0.89 0 0.46
HSL 281.8º 0.8% 0.3% -
HSV(B) 281.8º 0.89% 0.54% -
XYZ 9.94 4.86 24.08 -
YUV 54.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 100 15 137 0.27 0.89 0 0.46 281.8 0.8 0.3
Hex 64 F 89 1B 59 0 2E 11A 50 1E
Octal 144 17 211 33 131 0 56 432 120 36
Binary 1100100 1111 10001001 11011 1011001 0 101110 100011010 1010000 11110

Color Harmonies of #640F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F89

Black with #640F89

Text Example


Text Example

White with #640F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,137); }

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

background-color css

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

 a { background-color: rgb(100,15,137); }

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

border-color css

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

 span { border-color: rgb(100,15,137); }

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