Html Css Color HEX #5A079D Indigo

📋 copy color: '#5A079D'

red 90 ◦ green 7 ◦ blue 157

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

Shades of Indigo #5A079D

Tints of Indigo #5A079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.81%

R = 35.43%
G = 2.76%
B = 61.81%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A079D (or 0x5A079D) is known color: Indigo. HEX triplet: 5A, 07 and 9D. RGB value is (90,7,157). Sum of RGB (Red+Green+Blue) = 90+7+157=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A079D is #A5F862. Grayscale: #303030. Windows color (decimal): -10877027 or 10291034. OLE color: 10291034.

HSL color Cylindrical-coordinate representation of color #5A079D: hue angle of 273.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A079D is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 7 157 -
CMYK 0.43 0.96 0 0.38
HSL 273.2º 0.91% 0.32% -
HSV(B) 273.2º 0.96% 0.62% -
XYZ 10.38 4.76 32.27 -
YUV 48.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 90 7 157 0.43 0.96 0 0.38 273.2 0.91 0.32
Hex 5A 7 9D 2B 60 0 26 111 5B 20
Octal 132 7 235 53 140 0 46 421 133 40
Binary 1011010 111 10011101 101011 1100000 0 100110 100010001 1011011 100000

Color Harmonies of #5A079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A079D

Black with #5A079D

Text Example


Text Example

White with #5A079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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