Html Css Color HEX #591BF0 Han Purple

📋 copy color: '#591BF0'

red 89 ◦ green 27 ◦ blue 240

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

Shades of Han Purple #591BF0

Tints of Han Purple #591BF0

RGB

 RED value IS 89 (35.16% from 255) = 25%

 GREEN value IS 27 (10.94% from 255) = 7.58%

 BLUE value IS 240 (94.14% from 255) = 67.42%

R = 25%
G = 7.58%
B = 67.42%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#591BF0 (or 0x591BF0) is known color: Han Purple. HEX triplet: 59, 1B and F0. RGB value is (89,27,240). Sum of RGB (Red+Green+Blue) = 89+27+240=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #591BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591BF0 is #A6E40F. Grayscale: #454545. Windows color (decimal): -10937360 or 15735641. OLE color: 15735641.

HSL color Cylindrical-coordinate representation of color #591BF0: hue angle of 257.46º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591BF0 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 27 240 -
CMYK 0.63 0.89 0 0.06
HSL 257.46º 0.88% 0.52% -
HSV(B) 257.46º 0.89% 0.94% -
XYZ 20.24 9.2 83.15 -
YUV 69.82 224.04 141.68 -
System Red Green Blue C M Y K H S L
Decimal 89 27 240 0.63 0.89 0 0.06 257.46 0.88 0.52
Hex 59 1B F0 3F 59 0 6 101 58 34
Octal 131 33 360 77 131 0 6 401 130 64
Binary 1011001 11011 11110000 111111 1011001 0 110 100000001 1011000 110100

Color Harmonies of #591BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591BF0

Black with #591BF0

Text Example


Text Example

White with #591BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591BF0; }

 p { color: rgb(89,27,240); }

 H1.HeaderClassName
 {
   color: #591BF0;
 }
 .AnyTagClassName
 {
   color: #591BF0;
 }
</style>

background-color css

<style>
 a { background-color: #591BF0; }

 a { background-color: rgb(89,27,240); }

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

border-color css

<style>
 span { border-color: #591BF0; }

 span { border-color: rgb(89,27,240); }

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