Html Css Color HEX #591AFD Han Purple

📋 copy color: '#591AFD'

red 89 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #591AFD

Tints of Han Purple #591AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 24.18%
G = 7.07%
B = 68.75%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#591AFD (or 0x591AFD) is known color: Han Purple. HEX triplet: 59, 1A and FD. RGB value is (89,26,253). Sum of RGB (Red+Green+Blue) = 89+26+253=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #591AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AFD is #A6E502. Grayscale: #454545. Windows color (decimal): -10937603 or 16587353. OLE color: 16587353.

HSL color Cylindrical-coordinate representation of color #591AFD: hue angle of 256.65º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #591AFD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 26 253 -
CMYK 0.65 0.90 0 0.01
HSL 256.65º 0.98% 0.55% -
HSV(B) 256.65º 0.9% 0.99% -
XYZ 22.22 9.95 93.68 -
YUV 70.72 230.87 141.04 -
System Red Green Blue C M Y K H S L
Decimal 89 26 253 0.65 0.90 0 0.01 256.65 0.98 0.55
Hex 59 1A FD 41 5A 0 1 101 62 37
Octal 131 32 375 101 132 0 1 401 142 67
Binary 1011001 11010 11111101 1000001 1011010 0 1 100000001 1100010 110111

Color Harmonies of #591AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591AFD

Black with #591AFD

Text Example


Text Example

White with #591AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,26,253); }

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

background-color css

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

 a { background-color: rgb(89,26,253); }

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

border-color css

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

 span { border-color: rgb(89,26,253); }

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