Html Css Color HEX #5E0182 Indigo

📋 copy color: '#5E0182'

red 94 ◦ green 1 ◦ blue 130

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

Shades of Indigo #5E0182

Tints of Indigo #5E0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 41.78%
G = 0.44%
B = 57.78%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E0182 (or 0x5E0182) is known color: Indigo. HEX triplet: 5E, 01 and 82. RGB value is (94,1,130). Sum of RGB (Red+Green+Blue) = 94+1+130=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E0182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0182 is #A1FE7D. Grayscale: #2B2B2B. Windows color (decimal): -10616446 or 8520030. OLE color: 8520030.

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

Color convert

RGB 94 1 130 -
CMYK 0.28 0.99 0 0.49
HSL 283.26º 0.98% 0.26% -
HSV(B) 283.26º 0.99% 0.51% -
XYZ 8.66 4.01 21.44 -
YUV 43.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 94 1 130 0.28 0.99 0 0.49 283.26 0.98 0.26
Hex 5E 1 82 1C 63 0 31 11B 62 1A
Octal 136 1 202 34 143 0 61 433 142 32
Binary 1011110 1 10000010 11100 1100011 0 110001 100011011 1100010 11010

Color Harmonies of #5E0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0182

Black with #5E0182

Text Example


Text Example

White with #5E0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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