Html Css Color HEX #5A0F94 Indigo

📋 copy color: '#5A0F94'

red 90 ◦ green 15 ◦ blue 148

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

Shades of Indigo #5A0F94

Tints of Indigo #5A0F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 35.57%
G = 5.93%
B = 58.5%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A0F94 (or 0x5A0F94) is known color: Indigo. HEX triplet: 5A, 0F and 94. RGB value is (90,15,148). Sum of RGB (Red+Green+Blue) = 90+15+148=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A0F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0F94 is #A5F06B. Grayscale: #343434. Windows color (decimal): -10874988 or 9703258. OLE color: 9703258.

HSL color Cylindrical-coordinate representation of color #5A0F94: hue angle of 273.83º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0F94 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 15 148 -
CMYK 0.39 0.90 0 0.42
HSL 273.83º 0.82% 0.32% -
HSV(B) 273.83º 0.9% 0.58% -
XYZ 9.73 4.65 28.4 -
YUV 52.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 90 15 148 0.39 0.90 0 0.42 273.83 0.82 0.32
Hex 5A F 94 27 5A 0 2A 112 52 20
Octal 132 17 224 47 132 0 52 422 122 40
Binary 1011010 1111 10010100 100111 1011010 0 101010 100010010 1010010 100000

Color Harmonies of #5A0F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F94

Black with #5A0F94

Text Example


Text Example

White with #5A0F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,148); }

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

background-color css

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

 a { background-color: rgb(90,15,148); }

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

border-color css

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

 span { border-color: rgb(90,15,148); }

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