Html Css Color HEX #641295 Indigo

📋 copy color: '#641295'

red 100 ◦ green 18 ◦ blue 149

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

Shades of Indigo #641295

Tints of Indigo #641295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 37.45%
G = 6.74%
B = 55.81%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641295 (or 0x641295) is known color: Indigo. HEX triplet: 64, 12 and 95. RGB value is (100,18,149). Sum of RGB (Red+Green+Blue) = 100+18+149=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #641295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641295 is #9BED6A. Grayscale: #393939. Windows color (decimal): -10218859 or 9769572. OLE color: 9769572.

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

Color convert

RGB 100 18 149 -
CMYK 0.33 0.88 0 0.42
HSL 277.56º 0.78% 0.33% -
HSV(B) 277.56º 0.88% 0.58% -
XYZ 10.9 5.31 28.88 -
YUV 57.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 100 18 149 0.33 0.88 0 0.42 277.56 0.78 0.33
Hex 64 12 95 21 58 0 2A 116 4E 21
Octal 144 22 225 41 130 0 52 426 116 41
Binary 1100100 10010 10010101 100001 1011000 0 101010 100010110 1001110 100001

Color Harmonies of #641295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641295

Black with #641295

Text Example


Text Example

White with #641295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641295; }

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

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

background-color css

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

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

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

border-color css

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

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

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