Html Css Color HEX #5E067D Indigo

📋 copy color: '#5E067D'

red 94 ◦ green 6 ◦ blue 125

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

Shades of Indigo #5E067D

Tints of Indigo #5E067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 41.78%
G = 2.67%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E067D (or 0x5E067D) is known color: Indigo. HEX triplet: 5E, 06 and 7D. RGB value is (94,6,125). Sum of RGB (Red+Green+Blue) = 94+6+125=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E067D is #A1F982. Grayscale: #2D2D2D. Windows color (decimal): -10615171 or 8193630. OLE color: 8193630.

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

Color convert

RGB 94 6 125 -
CMYK 0.25 0.95 0 0.51
HSL 284.37º 0.91% 0.26% -
HSV(B) 284.37º 0.95% 0.49% -
XYZ 8.38 3.99 19.73 -
YUV 45.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 94 6 125 0.25 0.95 0 0.51 284.37 0.91 0.26
Hex 5E 6 7D 19 5F 0 33 11C 5B 1A
Octal 136 6 175 31 137 0 63 434 133 32
Binary 1011110 110 1111101 11001 1011111 0 110011 100011100 1011011 11010

Color Harmonies of #5E067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E067D

Black with #5E067D

Text Example


Text Example

White with #5E067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,6,125); }

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

background-color css

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

 a { background-color: rgb(94,6,125); }

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

border-color css

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

 span { border-color: rgb(94,6,125); }

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