Html Css Color HEX #5A078A Indigo

📋 copy color: '#5A078A'

red 90 ◦ green 7 ◦ blue 138

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

Shades of Indigo #5A078A

Tints of Indigo #5A078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 138 (54.3% from 255) = 58.72%

R = 38.3%
G = 2.98%
B = 58.72%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A078A (or 0x5A078A) is known color: Indigo. HEX triplet: 5A, 07 and 8A. RGB value is (90,7,138). Sum of RGB (Red+Green+Blue) = 90+7+138=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A078A is #A5F875. Grayscale: #2E2E2E. Windows color (decimal): -10877046 or 9045850. OLE color: 9045850.

HSL color Cylindrical-coordinate representation of color #5A078A: hue angle of 278.02º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A078A is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 7 138 -
CMYK 0.35 0.95 0 0.46
HSL 278.02º 0.9% 0.28% -
HSV(B) 278.02º 0.95% 0.54% -
XYZ 8.88 4.16 24.38 -
YUV 46.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 90 7 138 0.35 0.95 0 0.46 278.02 0.9 0.28
Hex 5A 7 8A 23 5F 0 2E 116 5A 1C
Octal 132 7 212 43 137 0 56 426 132 34
Binary 1011010 111 10001010 100011 1011111 0 101110 100010110 1011010 11100

Color Harmonies of #5A078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A078A

Black with #5A078A

Text Example


Text Example

White with #5A078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,138); }

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

background-color css

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

 a { background-color: rgb(90,7,138); }

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

border-color css

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

 span { border-color: rgb(90,7,138); }

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