Html Css Color HEX #5A1294 Indigo

📋 copy color: '#5A1294'

red 90 ◦ green 18 ◦ blue 148

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

Shades of Indigo #5A1294

Tints of Indigo #5A1294

RGB

 RED value IS 90 (35.55% from 255) = 35.16%

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

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

R = 35.16%
G = 7.03%
B = 57.81%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A1294 (or 0x5A1294) is known color: Indigo. HEX triplet: 5A, 12 and 94. RGB value is (90,18,148). Sum of RGB (Red+Green+Blue) = 90+18+148=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A1294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1294 is #A5ED6B. Grayscale: #353535. Windows color (decimal): -10874220 or 9704026. OLE color: 9704026.

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

Color convert

RGB 90 18 148 -
CMYK 0.39 0.88 0 0.42
HSL 273.23º 0.78% 0.33% -
HSV(B) 273.23º 0.88% 0.58% -
XYZ 9.78 4.74 28.42 -
YUV 54.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 90 18 148 0.39 0.88 0 0.42 273.23 0.78 0.33
Hex 5A 12 94 27 58 0 2A 111 4E 21
Octal 132 22 224 47 130 0 52 421 116 41
Binary 1011010 10010 10010100 100111 1011000 0 101010 100010001 1001110 100001

Color Harmonies of #5A1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1294

Black with #5A1294

Text Example


Text Example

White with #5A1294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1294; }

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

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

background-color css

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

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

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

border-color css

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

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

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