Html Css Color HEX #5B129F Indigo

📋 copy color: '#5B129F'

red 91 ◦ green 18 ◦ blue 159

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

Shades of Indigo #5B129F

Tints of Indigo #5B129F

RGB

 RED value IS 91 (35.94% from 255) = 33.96%

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

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 33.96%
G = 6.72%
B = 59.33%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B129F (or 0x5B129F) is known color: Indigo. HEX triplet: 5B, 12 and 9F. RGB value is (91,18,159). Sum of RGB (Red+Green+Blue) = 91+18+159=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B129F is #A4ED60. Grayscale: #373737. Windows color (decimal): -10808673 or 10424923. OLE color: 10424923.

HSL color Cylindrical-coordinate representation of color #5B129F: hue angle of 271.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B129F is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 18 159 -
CMYK 0.43 0.89 0 0.38
HSL 271.06º 0.8% 0.35% -
HSV(B) 271.06º 0.89% 0.62% -
XYZ 10.79 5.16 33.23 -
YUV 55.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 91 18 159 0.43 0.89 0 0.38 271.06 0.8 0.35
Hex 5B 12 9F 2B 59 0 26 10F 50 23
Octal 133 22 237 53 131 0 46 417 120 43
Binary 1011011 10010 10011111 101011 1011001 0 100110 100001111 1010000 100011

Color Harmonies of #5B129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B129F

Black with #5B129F

Text Example


Text Example

White with #5B129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,159); }

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

background-color css

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

 a { background-color: rgb(91,18,159); }

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

border-color css

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

 span { border-color: rgb(91,18,159); }

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