Html Css Color HEX #640F92 Indigo

📋 copy color: '#640F92'

red 100 ◦ green 15 ◦ blue 146

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

Shades of Indigo #640F92

Tints of Indigo #640F92

RGB

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

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

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

R = 38.31%
G = 5.75%
B = 55.94%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#640F92 (or 0x640F92) is known color: Indigo. HEX triplet: 64, 0F and 92. RGB value is (100,15,146). Sum of RGB (Red+Green+Blue) = 100+15+146=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #640F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F92 is #9BF06D. Grayscale: #363636. Windows color (decimal): -10219630 or 9572196. OLE color: 9572196.

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

Color convert

RGB 100 15 146 -
CMYK 0.32 0.90 0 0.43
HSL 278.93º 0.81% 0.32% -
HSV(B) 278.93º 0.9% 0.57% -
XYZ 10.61 5.13 27.62 -
YUV 55.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 100 15 146 0.32 0.90 0 0.43 278.93 0.81 0.32
Hex 64 F 92 20 5A 0 2B 117 51 20
Octal 144 17 222 40 132 0 53 427 121 40
Binary 1100100 1111 10010010 100000 1011010 0 101011 100010111 1010001 100000

Color Harmonies of #640F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F92

Black with #640F92

Text Example


Text Example

White with #640F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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