Html Css Color HEX #5B126F Indigo

📋 copy color: '#5B126F'

red 91 ◦ green 18 ◦ blue 111

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

Shades of Indigo #5B126F

Tints of Indigo #5B126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 41.36%
G = 8.18%
B = 50.45%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B126F (or 0x5B126F) is known color: Indigo. HEX triplet: 5B, 12 and 6F. RGB value is (91,18,111). Sum of RGB (Red+Green+Blue) = 91+18+111=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B126F is #A4ED90. Grayscale: #323232. Windows color (decimal): -10808721 or 7279195. OLE color: 7279195.

HSL color Cylindrical-coordinate representation of color #5B126F: hue angle of 287.1º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B126F is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 18 111 -
CMYK 0.18 0.84 0 0.56
HSL 287.1º 0.72% 0.25% -
HSV(B) 287.1º 0.84% 0.44% -
XYZ 7.4 3.8 15.38 -
YUV 50.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 91 18 111 0.18 0.84 0 0.56 287.1 0.72 0.25
Hex 5B 12 6F 12 54 0 38 11F 48 19
Octal 133 22 157 22 124 0 70 437 110 31
Binary 1011011 10010 1101111 10010 1010100 0 111000 100011111 1001000 11001

Color Harmonies of #5B126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B126F

Black with #5B126F

Text Example


Text Example

White with #5B126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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