Html Css Color HEX #591AFF Han Purple

📋 copy color: '#591AFF'

red 89 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #591AFF

Tints of Han Purple #591AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.92%

R = 24.05%
G = 7.03%
B = 68.92%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#591AFF (or 0x591AFF) is known color: Han Purple. HEX triplet: 59, 1A and FF. RGB value is (89,26,255). Sum of RGB (Red+Green+Blue) = 89+26+255=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #591AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AFF is #A6E500. Grayscale: #464646. Windows color (decimal): -10937601 or 16718425. OLE color: 16718425.

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

Color convert

RGB 89 26 255 -
CMYK 0.65 0.90 0 0
HSL 256.51º 1% 0.55% -
HSV(B) 256.51º 0.9% 1% -
XYZ 22.54 10.08 95.37 -
YUV 70.94 231.87 140.88 -
System Red Green Blue C M Y K H S L
Decimal 89 26 255 0.65 0.90 0 0 256.51 1 0.55
Hex 59 1A FF 41 5A 0 0 101 64 37
Octal 131 32 377 101 132 0 0 401 144 67
Binary 1011001 11010 11111111 1000001 1011010 0 0 100000001 1100100 110111

Color Harmonies of #591AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591AFF

Black with #591AFF

Text Example


Text Example

White with #591AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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