Html Css Color HEX #640892 Indigo

📋 copy color: '#640892'

red 100 ◦ green 8 ◦ blue 146

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

Shades of Indigo #640892

Tints of Indigo #640892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 39.37%
G = 3.15%
B = 57.48%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#640892 (or 0x640892) is known color: Indigo. HEX triplet: 64, 08 and 92. RGB value is (100,8,146). Sum of RGB (Red+Green+Blue) = 100+8+146=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #640892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640892 is #9BF76D. Grayscale: #323232. Windows color (decimal): -10221422 or 9570404. OLE color: 9570404.

HSL color Cylindrical-coordinate representation of color #640892: hue angle of 280º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640892 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 8 146 -
CMYK 0.32 0.95 0 0.43
HSL 280º 0.9% 0.3% -
HSV(B) 280º 0.95% 0.57% -
XYZ 10.53 4.96 27.6 -
YUV 51.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 100 8 146 0.32 0.95 0 0.43 280 0.9 0.3
Hex 64 8 92 20 5F 0 2B 118 5A 1E
Octal 144 10 222 40 137 0 53 430 132 36
Binary 1100100 1000 10010010 100000 1011111 0 101011 100011000 1011010 11110

Color Harmonies of #640892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640892

Black with #640892

Text Example


Text Example

White with #640892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640892; }

 p { color: rgb(100,8,146); }

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

background-color css

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

 a { background-color: rgb(100,8,146); }

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

border-color css

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

 span { border-color: rgb(100,8,146); }

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