Html Css Color HEX #641799 Indigo

📋 copy color: '#641799'

red 100 ◦ green 23 ◦ blue 153

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

Shades of Indigo #641799

Tints of Indigo #641799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 36.23%
G = 8.33%
B = 55.43%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#641799 (or 0x641799) is known color: Indigo. HEX triplet: 64, 17 and 99. RGB value is (100,23,153). Sum of RGB (Red+Green+Blue) = 100+23+153=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #641799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641799 is #9BE866. Grayscale: #3C3C3C. Windows color (decimal): -10217575 or 10032996. OLE color: 10032996.

HSL color Cylindrical-coordinate representation of color #641799: hue angle of 275.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641799 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 23 153 -
CMYK 0.35 0.85 0 0.4
HSL 275.54º 0.74% 0.35% -
HSV(B) 275.54º 0.85% 0.6% -
XYZ 11.31 5.62 30.63 -
YUV 60.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 100 23 153 0.35 0.85 0 0.4 275.54 0.74 0.35
Hex 64 17 99 23 55 0 28 114 4A 23
Octal 144 27 231 43 125 0 50 424 112 43
Binary 1100100 10111 10011001 100011 1010101 0 101000 100010100 1001010 100011

Color Harmonies of #641799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641799

Black with #641799

Text Example


Text Example

White with #641799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641799; }

 p { color: rgb(100,23,153); }

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

background-color css

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

 a { background-color: rgb(100,23,153); }

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

border-color css

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

 span { border-color: rgb(100,23,153); }

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