Html Css Color HEX #5A0095 Indigo

📋 copy color: '#5A0095'

red 90 ◦ green 0 ◦ blue 149

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

Shades of Indigo #5A0095

Tints of Indigo #5A0095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 37.66%
G = 0%
B = 62.34%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A0095 (or 0x5A0095) is known color: Indigo. HEX triplet: 5A, 00 and 95. RGB value is (90,0,149). Sum of RGB (Red+Green+Blue) = 90+0+149=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0095 is #A5FF6A. Grayscale: #2B2B2B. Windows color (decimal): -10878827 or 9764954. OLE color: 9764954.

HSL color Cylindrical-coordinate representation of color #5A0095: hue angle of 276.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0095 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 0 149 -
CMYK 0.40 1 0 0.42
HSL 276.24º 1% 0.29% -
HSV(B) 276.24º 1% 0.58% -
XYZ 9.64 4.34 28.76 -
YUV 43.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 90 0 149 0.40 1 0 0.42 276.24 1 0.29
Hex 5A 0 95 28 64 0 2A 114 64 1D
Octal 132 0 225 50 144 0 52 424 144 35
Binary 1011010 0 10010101 101000 1100100 0 101010 100010100 1100100 11101

Color Harmonies of #5A0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0095

Black with #5A0095

Text Example


Text Example

White with #5A0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,149); }

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

background-color css

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

 a { background-color: rgb(90,0,149); }

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

border-color css

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

 span { border-color: rgb(90,0,149); }

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