Html Css Color HEX #5E0368 Indigo

📋 copy color: '#5E0368'

red 94 ◦ green 3 ◦ blue 104

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

Shades of Indigo #5E0368

Tints of Indigo #5E0368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 104 (41.02% from 255) = 51.74%

R = 46.77%
G = 1.49%
B = 51.74%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E0368 (or 0x5E0368) is known color: Indigo. HEX triplet: 5E, 03 and 68. RGB value is (94,3,104). Sum of RGB (Red+Green+Blue) = 94+3+104=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0368 is #A1FC97. Grayscale: #292929. Windows color (decimal): -10615960 or 6816606. OLE color: 6816606.

HSL color Cylindrical-coordinate representation of color #5E0368: hue angle of 294.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0368 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 3 104 -
CMYK 0.10 0.97 0 0.59
HSL 294.06º 0.94% 0.21% -
HSV(B) 294.06º 0.97% 0.41% -
XYZ 7.15 3.44 13.38 -
YUV 41.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 94 3 104 0.10 0.97 0 0.59 294.06 0.94 0.21
Hex 5E 3 68 A 61 0 3B 126 5E 15
Octal 136 3 150 12 141 0 73 446 136 25
Binary 1011110 11 1101000 1010 1100001 0 111011 100100110 1011110 10101

Color Harmonies of #5E0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0368

Black with #5E0368

Text Example


Text Example

White with #5E0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,3,104); }

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

background-color css

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

 a { background-color: rgb(94,3,104); }

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

border-color css

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

 span { border-color: rgb(94,3,104); }

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