Html Css Color HEX #5B2DFB Han Purple

📋 copy color: '#5B2DFB'

red 91 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #5B2DFB

Tints of Han Purple #5B2DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 251 (98.44% from 255) = 64.86%

R = 23.51%
G = 11.63%
B = 64.86%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B2DFB (or 0x5B2DFB) is known color: Han Purple. HEX triplet: 5B, 2D and FB. RGB value is (91,45,251). Sum of RGB (Red+Green+Blue) = 91+45+251=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2DFB is #A4D204. Grayscale: #515151. Windows color (decimal): -10801669 or 16461147. OLE color: 16461147.

HSL color Cylindrical-coordinate representation of color #5B2DFB: hue angle of 253.4º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2DFB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 45 251 -
CMYK 0.64 0.82 0 0.02
HSL 253.4º 0.96% 0.58% -
HSV(B) 253.4º 0.82% 0.98% -
XYZ 22.67 11.07 92.21 -
YUV 82.24 223.24 134.25 -
System Red Green Blue C M Y K H S L
Decimal 91 45 251 0.64 0.82 0 0.02 253.4 0.96 0.58
Hex 5B 2D FB 40 52 0 2 FD 60 3A
Octal 133 55 373 100 122 0 2 375 140 72
Binary 1011011 101101 11111011 1000000 1010010 0 10 11111101 1100000 111010

Color Harmonies of #5B2DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2DFB

Black with #5B2DFB

Text Example


Text Example

White with #5B2DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,45,251); }

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

background-color css

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

 a { background-color: rgb(91,45,251); }

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

border-color css

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

 span { border-color: rgb(91,45,251); }

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