Html Css Color HEX #591FFA Han Purple

📋 copy color: '#591FFA'

red 89 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #591FFA

Tints of Han Purple #591FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.57%

R = 24.05%
G = 8.38%
B = 67.57%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#591FFA (or 0x591FFA) is known color: Han Purple. HEX triplet: 59, 1F and FA. RGB value is (89,31,250). Sum of RGB (Red+Green+Blue) = 89+31+250=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #591FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FFA is #A6E005. Grayscale: #484848. Windows color (decimal): -10936326 or 16392025. OLE color: 16392025.

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

Color convert

RGB 89 31 250 -
CMYK 0.64 0.88 0 0.02
HSL 255.89º 0.96% 0.55% -
HSV(B) 255.89º 0.88% 0.98% -
XYZ 21.87 10.01 91.22 -
YUV 73.31 227.72 139.19 -
System Red Green Blue C M Y K H S L
Decimal 89 31 250 0.64 0.88 0 0.02 255.89 0.96 0.55
Hex 59 1F FA 40 58 0 2 100 60 37
Octal 131 37 372 100 130 0 2 400 140 67
Binary 1011001 11111 11111010 1000000 1011000 0 10 100000000 1100000 110111

Color Harmonies of #591FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591FFA

Black with #591FFA

Text Example


Text Example

White with #591FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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