Html Css Color HEX #5A1297 Indigo

📋 copy color: '#5A1297'

red 90 ◦ green 18 ◦ blue 151

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

Shades of Indigo #5A1297

Tints of Indigo #5A1297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.3%

R = 34.75%
G = 6.95%
B = 58.3%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A1297 (or 0x5A1297) is known color: Indigo. HEX triplet: 5A, 12 and 97. RGB value is (90,18,151). Sum of RGB (Red+Green+Blue) = 90+18+151=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1297 is #A5ED68. Grayscale: #363636. Windows color (decimal): -10874217 or 9900634. OLE color: 9900634.

HSL color Cylindrical-coordinate representation of color #5A1297: hue angle of 272.48º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1297 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 18 151 -
CMYK 0.40 0.88 0 0.41
HSL 272.48º 0.79% 0.33% -
HSV(B) 272.48º 0.88% 0.59% -
XYZ 10.02 4.84 29.68 -
YUV 54.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 90 18 151 0.40 0.88 0 0.41 272.48 0.79 0.33
Hex 5A 12 97 28 58 0 29 110 4F 21
Octal 132 22 227 50 130 0 51 420 117 41
Binary 1011010 10010 10010111 101000 1011000 0 101001 100010000 1001111 100001

Color Harmonies of #5A1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1297

Black with #5A1297

Text Example


Text Example

White with #5A1297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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