Html Css Color HEX #641593 Indigo

📋 copy color: '#641593'

red 100 ◦ green 21 ◦ blue 147

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

Shades of Indigo #641593

Tints of Indigo #641593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 37.31%
G = 7.84%
B = 54.85%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641593 (or 0x641593) is known color: Indigo. HEX triplet: 64, 15 and 93. RGB value is (100,21,147). Sum of RGB (Red+Green+Blue) = 100+21+147=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #641593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641593 is #9BEA6C. Grayscale: #3A3A3A. Windows color (decimal): -10218093 or 9639268. OLE color: 9639268.

HSL color Cylindrical-coordinate representation of color #641593: hue angle of 277.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641593 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 21 147 -
CMYK 0.32 0.86 0 0.42
HSL 277.62º 0.75% 0.33% -
HSV(B) 277.62º 0.86% 0.58% -
XYZ 10.79 5.35 28.07 -
YUV 58.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 100 21 147 0.32 0.86 0 0.42 277.62 0.75 0.33
Hex 64 15 93 20 56 0 2A 116 4B 21
Octal 144 25 223 40 126 0 52 426 113 41
Binary 1100100 10101 10010011 100000 1010110 0 101010 100010110 1001011 100001

Color Harmonies of #641593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641593

Black with #641593

Text Example


Text Example

White with #641593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641593; }

 p { color: rgb(100,21,147); }

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

background-color css

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

 a { background-color: rgb(100,21,147); }

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

border-color css

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

 span { border-color: rgb(100,21,147); }

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