Html Css Color HEX #5E026C Indigo

📋 copy color: '#5E026C'

red 94 ◦ green 2 ◦ blue 108

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

Shades of Indigo #5E026C

Tints of Indigo #5E026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 46.08%
G = 0.98%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5E026C (or 0x5E026C) is known color: Indigo. HEX triplet: 5E, 02 and 6C. RGB value is (94,2,108). Sum of RGB (Red+Green+Blue) = 94+2+108=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E026C is #A1FD93. Grayscale: #292929. Windows color (decimal): -10616212 or 7078494. OLE color: 7078494.

HSL color Cylindrical-coordinate representation of color #5E026C: hue angle of 292.08º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E026C is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 2 108 -
CMYK 0.13 0.98 0 0.58
HSL 292.08º 0.96% 0.22% -
HSV(B) 292.08º 0.98% 0.42% -
XYZ 7.34 3.51 14.48 -
YUV 41.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 94 2 108 0.13 0.98 0 0.58 292.08 0.96 0.22
Hex 5E 2 6C D 62 0 3A 124 60 16
Octal 136 2 154 15 142 0 72 444 140 26
Binary 1011110 10 1101100 1101 1100010 0 111010 100100100 1100000 10110

Color Harmonies of #5E026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E026C

Black with #5E026C

Text Example


Text Example

White with #5E026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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