Html Css Color HEX #5D128A Indigo

📋 copy color: '#5D128A'

red 93 ◦ green 18 ◦ blue 138

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

Shades of Indigo #5D128A

Tints of Indigo #5D128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 37.35%
G = 7.23%
B = 55.42%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D128A (or 0x5D128A) is known color: Indigo. HEX triplet: 5D, 12 and 8A. RGB value is (93,18,138). Sum of RGB (Red+Green+Blue) = 93+18+138=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D128A is #A2ED75. Grayscale: #353535. Windows color (decimal): -10677622 or 9048669. OLE color: 9048669.

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

Color convert

RGB 93 18 138 -
CMYK 0.33 0.87 0 0.46
HSL 277.5º 0.77% 0.31% -
HSV(B) 277.5º 0.87% 0.54% -
XYZ 9.32 4.59 24.44 -
YUV 54.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 93 18 138 0.33 0.87 0 0.46 277.5 0.77 0.31
Hex 5D 12 8A 21 57 0 2E 116 4D 1F
Octal 135 22 212 41 127 0 56 426 115 37
Binary 1011101 10010 10001010 100001 1010111 0 101110 100010110 1001101 11111

Color Harmonies of #5D128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D128A

Black with #5D128A

Text Example


Text Example

White with #5D128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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