Html Css Color HEX #641393 Indigo

📋 copy color: '#641393'

red 100 ◦ green 19 ◦ blue 147

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

Shades of Indigo #641393

Tints of Indigo #641393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 37.59%
G = 7.14%
B = 55.26%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641393 (or 0x641393) is known color: Indigo. HEX triplet: 64, 13 and 93. RGB value is (100,19,147). Sum of RGB (Red+Green+Blue) = 100+19+147=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #641393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641393 is #9BEC6C. Grayscale: #393939. Windows color (decimal): -10218605 or 9638756. OLE color: 9638756.

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

Color convert

RGB 100 19 147 -
CMYK 0.32 0.87 0 0.42
HSL 277.97º 0.77% 0.33% -
HSV(B) 277.97º 0.87% 0.58% -
XYZ 10.75 5.28 28.06 -
YUV 57.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 100 19 147 0.32 0.87 0 0.42 277.97 0.77 0.33
Hex 64 13 93 20 57 0 2A 116 4D 21
Octal 144 23 223 40 127 0 52 426 115 41
Binary 1100100 10011 10010011 100000 1010111 0 101010 100010110 1001101 100001

Color Harmonies of #641393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641393

Black with #641393

Text Example


Text Example

White with #641393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641393; }

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

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

background-color css

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

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

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

border-color css

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

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

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