Html Css Color HEX #5B1285 Indigo

📋 copy color: '#5B1285'

red 91 ◦ green 18 ◦ blue 133

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

Shades of Indigo #5B1285

Tints of Indigo #5B1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 37.6%
G = 7.44%
B = 54.96%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B1285 (or 0x5B1285) is known color: Indigo. HEX triplet: 5B, 12 and 85. RGB value is (91,18,133). Sum of RGB (Red+Green+Blue) = 91+18+133=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B1285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1285 is #A4ED7A. Grayscale: #343434. Windows color (decimal): -10808699 or 8720987. OLE color: 8720987.

HSL color Cylindrical-coordinate representation of color #5B1285: hue angle of 278.09º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1285 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 18 133 -
CMYK 0.32 0.86 0 0.48
HSL 278.09º 0.76% 0.3% -
HSV(B) 278.09º 0.86% 0.52% -
XYZ 8.76 4.35 22.57 -
YUV 52.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 91 18 133 0.32 0.86 0 0.48 278.09 0.76 0.3
Hex 5B 12 85 20 56 0 30 116 4C 1E
Octal 133 22 205 40 126 0 60 426 114 36
Binary 1011011 10010 10000101 100000 1010110 0 110000 100010110 1001100 11110

Color Harmonies of #5B1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1285

Black with #5B1285

Text Example


Text Example

White with #5B1285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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