Html Css Color HEX #641192 Indigo

📋 copy color: '#641192'

red 100 ◦ green 17 ◦ blue 146

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

Shades of Indigo #641192

Tints of Indigo #641192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 38.02%
G = 6.46%
B = 55.51%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641192 (or 0x641192) is known color: Indigo. HEX triplet: 64, 11 and 92. RGB value is (100,17,146). Sum of RGB (Red+Green+Blue) = 100+17+146=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #641192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641192 is #9BEE6D. Grayscale: #383838. Windows color (decimal): -10219118 or 9572708. OLE color: 9572708.

HSL color Cylindrical-coordinate representation of color #641192: hue angle of 278.6º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641192 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 17 146 -
CMYK 0.32 0.88 0 0.43
HSL 278.6º 0.79% 0.32% -
HSV(B) 278.6º 0.88% 0.57% -
XYZ 10.64 5.19 27.63 -
YUV 56.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 100 17 146 0.32 0.88 0 0.43 278.6 0.79 0.32
Hex 64 11 92 20 58 0 2B 117 4F 20
Octal 144 21 222 40 130 0 53 427 117 40
Binary 1100100 10001 10010010 100000 1011000 0 101011 100010111 1001111 100000

Color Harmonies of #641192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641192

Black with #641192

Text Example


Text Example

White with #641192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641192; }

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

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

background-color css

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

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

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

border-color css

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

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

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