Html Css Color HEX #641292 Indigo

📋 copy color: '#641292'

red 100 ◦ green 18 ◦ blue 146

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

Shades of Indigo #641292

Tints of Indigo #641292

RGB

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

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

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

R = 37.88%
G = 6.82%
B = 55.3%

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

#641292 (or 0x641292) is known color: Indigo. HEX triplet: 64, 12 and 92. RGB value is (100,18,146). Sum of RGB (Red+Green+Blue) = 100+18+146=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #641292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641292 is #9BED6D. Grayscale: #383838. Windows color (decimal): -10218862 or 9572964. OLE color: 9572964.

HSL color Cylindrical-coordinate representation of color #641292: hue angle of 278.44º degrees, saturation: 0.78, 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 #641292 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 18 146 -
CMYK 0.32 0.88 0 0.43
HSL 278.44º 0.78% 0.32% -
HSV(B) 278.44º 0.88% 0.57% -
XYZ 10.66 5.22 27.64 -
YUV 57.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 100 18 146 0.32 0.88 0 0.43 278.44 0.78 0.32
Hex 64 12 92 20 58 0 2B 116 4E 20
Octal 144 22 222 40 130 0 53 426 116 40
Binary 1100100 10010 10010010 100000 1011000 0 101011 100010110 1001110 100000

Color Harmonies of #641292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641292

Black with #641292

Text Example


Text Example

White with #641292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641292; }

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

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

background-color css

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

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

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

border-color css

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

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

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