Html Css Color HEX #591FDD Han Purple

📋 copy color: '#591FDD'

red 89 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #591FDD

Tints of Han Purple #591FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 26.1%
G = 9.09%
B = 64.81%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#591FDD (or 0x591FDD) is known color: Han Purple. HEX triplet: 59, 1F and DD. RGB value is (89,31,221). Sum of RGB (Red+Green+Blue) = 89+31+221=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #591FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FDD is #A6E022. Grayscale: #454545. Windows color (decimal): -10936355 or 14491481. OLE color: 14491481.

HSL color Cylindrical-coordinate representation of color #591FDD: hue angle of 258.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591FDD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 31 221 -
CMYK 0.60 0.86 0 0.13
HSL 258.32º 0.75% 0.49% -
HSV(B) 258.32º 0.86% 0.87% -
XYZ 17.66 8.32 69.08 -
YUV 70 213.22 141.55 -
System Red Green Blue C M Y K H S L
Decimal 89 31 221 0.60 0.86 0 0.13 258.32 0.75 0.49
Hex 59 1F DD 3C 56 0 D 102 4B 31
Octal 131 37 335 74 126 0 15 402 113 61
Binary 1011001 11111 11011101 111100 1010110 0 1101 100000010 1001011 110001

Color Harmonies of #591FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FDD

Black with #591FDD

Text Example


Text Example

White with #591FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,31,221); }

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

background-color css

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

 a { background-color: rgb(89,31,221); }

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

border-color css

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

 span { border-color: rgb(89,31,221); }

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