Html Css Color HEX #5E0282 Indigo

📋 copy color: '#5E0282'

red 94 ◦ green 2 ◦ blue 130

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

Shades of Indigo #5E0282

Tints of Indigo #5E0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 130 (51.17% from 255) = 57.52%

R = 41.59%
G = 0.88%
B = 57.52%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E0282 (or 0x5E0282) is known color: Indigo. HEX triplet: 5E, 02 and 82. RGB value is (94,2,130). Sum of RGB (Red+Green+Blue) = 94+2+130=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0282 is #A1FD7D. Grayscale: #2B2B2B. Windows color (decimal): -10616190 or 8520286. OLE color: 8520286.

HSL color Cylindrical-coordinate representation of color #5E0282: hue angle of 283.12º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0282 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 2 130 -
CMYK 0.28 0.98 0 0.49
HSL 283.13º 0.97% 0.26% -
HSV(B) 283.13º 0.98% 0.51% -
XYZ 8.67 4.03 21.44 -
YUV 44.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 94 2 130 0.28 0.98 0 0.49 283.13 0.97 0.26
Hex 5E 2 82 1C 62 0 31 11B 61 1A
Octal 136 2 202 34 142 0 61 433 141 32
Binary 1011110 10 10000010 11100 1100010 0 110001 100011011 1100001 11010

Color Harmonies of #5E0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0282

Black with #5E0282

Text Example


Text Example

White with #5E0282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,130); }

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

background-color css

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

 a { background-color: rgb(94,2,130); }

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

border-color css

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

 span { border-color: rgb(94,2,130); }

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