Html Css Color HEX #5A1378 Indigo

📋 copy color: '#5A1378'

red 90 ◦ green 19 ◦ blue 120

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

Shades of Indigo #5A1378

Tints of Indigo #5A1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 39.3%
G = 8.3%
B = 52.4%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A1378 (or 0x5A1378) is known color: Indigo. HEX triplet: 5A, 13 and 78. RGB value is (90,19,120). Sum of RGB (Red+Green+Blue) = 90+19+120=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A1378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1378 is #A5EC87. Grayscale: #333333. Windows color (decimal): -10873992 or 7869274. OLE color: 7869274.

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

Color convert

RGB 90 19 120 -
CMYK 0.25 0.84 0 0.53
HSL 282.18º 0.73% 0.27% -
HSV(B) 282.18º 0.84% 0.47% -
XYZ 7.84 4 18.13 -
YUV 51.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 90 19 120 0.25 0.84 0 0.53 282.18 0.73 0.27
Hex 5A 13 78 19 54 0 35 11A 49 1B
Octal 132 23 170 31 124 0 65 432 111 33
Binary 1011010 10011 1111000 11001 1010100 0 110101 100011010 1001001 11011

Color Harmonies of #5A1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1378

Black with #5A1378

Text Example


Text Example

White with #5A1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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