Html Css Color HEX #641092 Indigo

📋 copy color: '#641092'

red 100 ◦ green 16 ◦ blue 146

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

Shades of Indigo #641092

Tints of Indigo #641092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 38.17%
G = 6.11%
B = 55.73%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641092 (or 0x641092) is known color: Indigo. HEX triplet: 64, 10 and 92. RGB value is (100,16,146). Sum of RGB (Red+Green+Blue) = 100+16+146=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #641092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641092 is #9BEF6D. Grayscale: #373737. Windows color (decimal): -10219374 or 9572452. OLE color: 9572452.

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

Color convert

RGB 100 16 146 -
CMYK 0.32 0.89 0 0.43
HSL 278.77º 0.8% 0.32% -
HSV(B) 278.77º 0.89% 0.57% -
XYZ 10.63 5.16 27.63 -
YUV 55.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 100 16 146 0.32 0.89 0 0.43 278.77 0.8 0.32
Hex 64 10 92 20 59 0 2B 117 50 20
Octal 144 20 222 40 131 0 53 427 120 40
Binary 1100100 10000 10010010 100000 1011001 0 101011 100010111 1010000 100000

Color Harmonies of #641092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641092

Black with #641092

Text Example


Text Example

White with #641092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641092; }

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

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

background-color css

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

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

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

border-color css

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

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

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