Html Css Color HEX #5E0284 Indigo

📋 copy color: '#5E0284'

red 94 ◦ green 2 ◦ blue 132

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

Shades of Indigo #5E0284

Tints of Indigo #5E0284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.89%

R = 41.23%
G = 0.88%
B = 57.89%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E0284 (or 0x5E0284) is known color: Indigo. HEX triplet: 5E, 02 and 84. RGB value is (94,2,132). Sum of RGB (Red+Green+Blue) = 94+2+132=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E0284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0284 is #A1FD7B. Grayscale: #2B2B2B. Windows color (decimal): -10616188 or 8651358. OLE color: 8651358.

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

Color convert

RGB 94 2 132 -
CMYK 0.29 0.98 0 0.48
HSL 282.46º 0.97% 0.26% -
HSV(B) 282.46º 0.98% 0.52% -
XYZ 8.8 4.09 22.16 -
YUV 44.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 94 2 132 0.29 0.98 0 0.48 282.46 0.97 0.26
Hex 5E 2 84 1D 62 0 30 11A 61 1A
Octal 136 2 204 35 142 0 60 432 141 32
Binary 1011110 10 10000100 11101 1100010 0 110000 100011010 1100001 11010

Color Harmonies of #5E0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0284

Black with #5E0284

Text Example


Text Example

White with #5E0284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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