Html Css Color HEX #5D078A Indigo

📋 copy color: '#5D078A'

red 93 ◦ green 7 ◦ blue 138

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

Shades of Indigo #5D078A

Tints of Indigo #5D078A

RGB

 RED value IS 93 (36.72% from 255) = 39.08%

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 138 (54.3% from 255) = 57.98%

R = 39.08%
G = 2.94%
B = 57.98%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D078A (or 0x5D078A) is known color: Indigo. HEX triplet: 5D, 07 and 8A. RGB value is (93,7,138). Sum of RGB (Red+Green+Blue) = 93+7+138=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D078A is #A2F875. Grayscale: #2F2F2F. Windows color (decimal): -10680438 or 9045853. OLE color: 9045853.

HSL color Cylindrical-coordinate representation of color #5D078A: hue angle of 279.39º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D078A is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 7 138 -
CMYK 0.33 0.95 0 0.46
HSL 279.39º 0.9% 0.28% -
HSV(B) 279.39º 0.95% 0.54% -
XYZ 9.18 4.31 24.39 -
YUV 47.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 93 7 138 0.33 0.95 0 0.46 279.39 0.9 0.28
Hex 5D 7 8A 21 5F 0 2E 117 5A 1C
Octal 135 7 212 41 137 0 56 427 132 34
Binary 1011101 111 10001010 100001 1011111 0 101110 100010111 1011010 11100

Color Harmonies of #5D078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D078A

Black with #5D078A

Text Example


Text Example

White with #5D078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,7,138); }

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

background-color css

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

 a { background-color: rgb(93,7,138); }

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

border-color css

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

 span { border-color: rgb(93,7,138); }

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