Html Css Color HEX #641195 Indigo

📋 copy color: '#641195'

red 100 ◦ green 17 ◦ blue 149

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

Shades of Indigo #641195

Tints of Indigo #641195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 37.59%
G = 6.39%
B = 56.02%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641195 (or 0x641195) is known color: Indigo. HEX triplet: 64, 11 and 95. RGB value is (100,17,149). Sum of RGB (Red+Green+Blue) = 100+17+149=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #641195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641195 is #9BEE6A. Grayscale: #383838. Windows color (decimal): -10219115 or 9769316. OLE color: 9769316.

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

Color convert

RGB 100 17 149 -
CMYK 0.33 0.89 0 0.42
HSL 277.73º 0.8% 0.33% -
HSV(B) 277.73º 0.89% 0.58% -
XYZ 10.88 5.28 28.88 -
YUV 56.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 100 17 149 0.33 0.89 0 0.42 277.73 0.8 0.33
Hex 64 11 95 21 59 0 2A 116 50 21
Octal 144 21 225 41 131 0 52 426 120 41
Binary 1100100 10001 10010101 100001 1011001 0 101010 100010110 1010000 100001

Color Harmonies of #641195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641195

Black with #641195

Text Example


Text Example

White with #641195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641195; }

 p { color: rgb(100,17,149); }

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

background-color css

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

 a { background-color: rgb(100,17,149); }

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

border-color css

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

 span { border-color: rgb(100,17,149); }

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