#5B36F1

Color #5B36F1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5B36F1

Tints of Han Purple #5B36F1

Color information

#5B36F1 (or 0x5B36F1) is unknown color: approx Han Purple. HEX triplet: 5B, 36 and F1. RGB value is (91,54,241). Sum of RGB (Red+Green+Blue) = 91+54+241=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B36F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B36F1 is #A4C90E. Grayscale: #555555. Windows color (decimal): -10799375 or 15808091. OLE color: 15808091.

HSL color Cylindrical-coordinate representation of color #5B36F1: hue angle of 251.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B36F1 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9154241-
CMYK0.620.7800.05
HSL251.87º86.98%57.84%-
HSV(B)251.87º77.59%94.51%-
XYZ21.5111.2184.25-
YUV86.38215.26131.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.58%
GREEN value IS 54 (21.48% from 255) = 13.99%
BLUE value IS 241 (94.53% from 255) = 62.44%
R=23.58%
G=13.99%
B=62.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91542410.620.7800.05251.8786.9857.84
Hex5B36F13E4E05fc573a
Octal13366361761160537412772
Binary10110111101101111000111111010011100101111111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B36F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,54,241); }

 H1.HeaderClassName
 {
   color: #5B36F1;
 }
 .AnyTagClassName
 {
   color: #5B36F1;
 }
</style>
background-color css

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

 a { background-color: rgb(91,54,241); }

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

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

 span { border-color: rgb(91,54,241); }

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