Html Css Color HEX #641294 Indigo

📋 copy color: '#641294'

red 100 ◦ green 18 ◦ blue 148

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

Shades of Indigo #641294

Tints of Indigo #641294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 37.59%
G = 6.77%
B = 55.64%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641294 (or 0x641294) is known color: Indigo. HEX triplet: 64, 12 and 94. RGB value is (100,18,148). Sum of RGB (Red+Green+Blue) = 100+18+148=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #641294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641294 is #9BED6B. Grayscale: #383838. Windows color (decimal): -10218860 or 9704036. OLE color: 9704036.

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

Color convert

RGB 100 18 148 -
CMYK 0.32 0.88 0 0.42
HSL 277.85º 0.78% 0.33% -
HSV(B) 277.85º 0.88% 0.58% -
XYZ 10.82 5.28 28.47 -
YUV 57.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 100 18 148 0.32 0.88 0 0.42 277.85 0.78 0.33
Hex 64 12 94 20 58 0 2A 116 4E 21
Octal 144 22 224 40 130 0 52 426 116 41
Binary 1100100 10010 10010100 100000 1011000 0 101010 100010110 1001110 100001

Color Harmonies of #641294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641294

Black with #641294

Text Example


Text Example

White with #641294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641294; }

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

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

background-color css

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

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

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

border-color css

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

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

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