Html Css Color HEX #5E0485 Indigo

📋 copy color: '#5E0485'

red 94 ◦ green 4 ◦ blue 133

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

Shades of Indigo #5E0485

Tints of Indigo #5E0485

RGB

 RED value IS 94 (37.11% from 255) = 40.69%

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 40.69%
G = 1.73%
B = 57.58%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E0485 (or 0x5E0485) is known color: Indigo. HEX triplet: 5E, 04 and 85. RGB value is (94,4,133). Sum of RGB (Red+Green+Blue) = 94+4+133=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E0485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0485 is #A1FB7A. Grayscale: #2D2D2D. Windows color (decimal): -10615675 or 8717406. OLE color: 8717406.

HSL color Cylindrical-coordinate representation of color #5E0485: hue angle of 281.86º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0485 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 4 133 -
CMYK 0.29 0.97 0 0.48
HSL 281.86º 0.94% 0.27% -
HSV(B) 281.86º 0.97% 0.52% -
XYZ 8.89 4.16 22.52 -
YUV 45.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 94 4 133 0.29 0.97 0 0.48 281.86 0.94 0.27
Hex 5E 4 85 1D 61 0 30 11A 5E 1B
Octal 136 4 205 35 141 0 60 432 136 33
Binary 1011110 100 10000101 11101 1100001 0 110000 100011010 1011110 11011

Color Harmonies of #5E0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0485

Black with #5E0485

Text Example


Text Example

White with #5E0485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,4,133); }

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

background-color css

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

 a { background-color: rgb(94,4,133); }

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

border-color css

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

 span { border-color: rgb(94,4,133); }

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