Html Css Color HEX #640792 Indigo

📋 copy color: '#640792'

red 100 ◦ green 7 ◦ blue 146

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

Shades of Indigo #640792

Tints of Indigo #640792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 39.53%
G = 2.77%
B = 57.71%

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

#640792 (or 0x640792) is known color: Indigo. HEX triplet: 64, 07 and 92. RGB value is (100,7,146). Sum of RGB (Red+Green+Blue) = 100+7+146=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #640792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640792 is #9BF86D. Grayscale: #323232. Windows color (decimal): -10221678 or 9570148. OLE color: 9570148.

HSL color Cylindrical-coordinate representation of color #640792: hue angle of 280.14º degrees, saturation: 0.91, 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 #640792 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 7 146 -
CMYK 0.32 0.95 0 0.43
HSL 280.14º 0.91% 0.3% -
HSV(B) 280.14º 0.95% 0.57% -
XYZ 10.52 4.94 27.59 -
YUV 50.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 100 7 146 0.32 0.95 0 0.43 280.14 0.91 0.3
Hex 64 7 92 20 5F 0 2B 118 5B 1E
Octal 144 7 222 40 137 0 53 430 133 36
Binary 1100100 111 10010010 100000 1011111 0 101011 100011000 1011011 11110

Color Harmonies of #640792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640792

Black with #640792

Text Example


Text Example

White with #640792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640792; }

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

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

background-color css

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

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

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

border-color css

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

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

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