Html Css Color HEX #5A1278 Indigo

📋 copy color: '#5A1278'

red 90 ◦ green 18 ◦ blue 120

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

Shades of Indigo #5A1278

Tints of Indigo #5A1278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 39.47%
G = 7.89%
B = 52.63%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A1278 (or 0x5A1278) is known color: Indigo. HEX triplet: 5A, 12 and 78. RGB value is (90,18,120). Sum of RGB (Red+Green+Blue) = 90+18+120=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A1278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1278 is #A5ED87. Grayscale: #323232. Windows color (decimal): -10874248 or 7869018. OLE color: 7869018.

HSL color Cylindrical-coordinate representation of color #5A1278: hue angle of 282.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1278 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 18 120 -
CMYK 0.25 0.85 0 0.53
HSL 282.35º 0.74% 0.27% -
HSV(B) 282.35º 0.85% 0.47% -
XYZ 7.82 3.96 18.12 -
YUV 51.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 90 18 120 0.25 0.85 0 0.53 282.35 0.74 0.27
Hex 5A 12 78 19 55 0 35 11A 4A 1B
Octal 132 22 170 31 125 0 65 432 112 33
Binary 1011010 10010 1111000 11001 1010101 0 110101 100011010 1001010 11011

Color Harmonies of #5A1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1278

Black with #5A1278

Text Example


Text Example

White with #5A1278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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