Html Css Color HEX #590BFA Han Purple

📋 copy color: '#590BFA'

red 89 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #590BFA

Tints of Han Purple #590BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

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

R = 25.43%
G = 3.14%
B = 71.43%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#590BFA (or 0x590BFA) is known color: Han Purple. HEX triplet: 59, 0B and FA. RGB value is (89,11,250). Sum of RGB (Red+Green+Blue) = 89+11+250=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #590BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BFA is #A6F405. Grayscale: #3C3C3C. Windows color (decimal): -10941446 or 16386905. OLE color: 16386905.

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

Color convert

RGB 89 11 250 -
CMYK 0.64 0.96 0 0.02
HSL 259.58º 0.96% 0.51% -
HSV(B) 259.58º 0.96% 0.98% -
XYZ 21.49 9.27 91.1 -
YUV 61.57 234.34 147.57 -
System Red Green Blue C M Y K H S L
Decimal 89 11 250 0.64 0.96 0 0.02 259.58 0.96 0.51
Hex 59 B FA 40 60 0 2 104 60 33
Octal 131 13 372 100 140 0 2 404 140 63
Binary 1011001 1011 11111010 1000000 1100000 0 10 100000100 1100000 110011

Color Harmonies of #590BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590BFA

Black with #590BFA

Text Example


Text Example

White with #590BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590BFA; }

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

 H1.HeaderClassName
 {
   color: #590BFA;
 }
 .AnyTagClassName
 {
   color: #590BFA;
 }
</style>

background-color css

<style>
 a { background-color: #590BFA; }

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

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

border-color css

<style>
 span { border-color: #590BFA; }

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

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