Html Css Color HEX #5D129B Indigo

📋 copy color: '#5D129B'

red 93 ◦ green 18 ◦ blue 155

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

Shades of Indigo #5D129B

Tints of Indigo #5D129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 34.96%
G = 6.77%
B = 58.27%

CMYK

 C value IS 0.4

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D129B (or 0x5D129B) is known color: Indigo. HEX triplet: 5D, 12 and 9B. RGB value is (93,18,155). Sum of RGB (Red+Green+Blue) = 93+18+155=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D129B is #A2ED64. Grayscale: #373737. Windows color (decimal): -10677605 or 10162781. OLE color: 10162781.

HSL color Cylindrical-coordinate representation of color #5D129B: hue angle of 272.85º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D129B is Cyan = 0.4, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 18 155 -
CMYK 0.4 0.88 0 0.39
HSL 272.85º 0.79% 0.34% -
HSV(B) 272.85º 0.88% 0.61% -
XYZ 10.65 5.13 31.44 -
YUV 56.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 93 18 155 0.4 0.88 0 0.39 272.85 0.79 0.34
Hex 5D 12 9B 28 58 0 27 111 4F 22
Octal 135 22 233 50 130 0 47 421 117 42
Binary 1011101 10010 10011011 101000 1011000 0 100111 100010001 1001111 100010

Color Harmonies of #5D129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D129B

Black with #5D129B

Text Example


Text Example

White with #5D129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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