Html Css Color HEX #641699 Indigo

📋 copy color: '#641699'

red 100 ◦ green 22 ◦ blue 153

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

Shades of Indigo #641699

Tints of Indigo #641699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

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

R = 36.36%
G = 8%
B = 55.64%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#641699 (or 0x641699) is known color: Indigo. HEX triplet: 64, 16 and 99. RGB value is (100,22,153). Sum of RGB (Red+Green+Blue) = 100+22+153=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #641699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641699 is #9BE966. Grayscale: #3B3B3B. Windows color (decimal): -10217831 or 10032740. OLE color: 10032740.

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

Color convert

RGB 100 22 153 -
CMYK 0.35 0.86 0 0.4
HSL 275.73º 0.75% 0.34% -
HSV(B) 275.73º 0.86% 0.6% -
XYZ 11.29 5.58 30.62 -
YUV 60.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 100 22 153 0.35 0.86 0 0.4 275.73 0.75 0.34
Hex 64 16 99 23 56 0 28 114 4B 22
Octal 144 26 231 43 126 0 50 424 113 42
Binary 1100100 10110 10011001 100011 1010110 0 101000 100010100 1001011 100010

Color Harmonies of #641699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641699

Black with #641699

Text Example


Text Example

White with #641699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641699; }

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

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

background-color css

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

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

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

border-color css

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

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

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