Html Css Color HEX #592AFA Han Purple

📋 copy color: '#592AFA'

red 89 ◦ green 42 ◦ blue 250

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

Shades of Han Purple #592AFA

Tints of Han Purple #592AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 23.36%
G = 11.02%
B = 65.62%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#592AFA (or 0x592AFA) is known color: Han Purple. HEX triplet: 59, 2A and FA. RGB value is (89,42,250). Sum of RGB (Red+Green+Blue) = 89+42+250=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #592AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592AFA is #A6D505. Grayscale: #4E4E4E. Windows color (decimal): -10933510 or 16394841. OLE color: 16394841.

HSL color Cylindrical-coordinate representation of color #592AFA: hue angle of 253.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592AFA is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 42 250 -
CMYK 0.64 0.83 0 0.02
HSL 253.56º 0.95% 0.57% -
HSV(B) 253.56º 0.83% 0.98% -
XYZ 22.2 10.68 91.33 -
YUV 79.77 224.07 134.59 -
System Red Green Blue C M Y K H S L
Decimal 89 42 250 0.64 0.83 0 0.02 253.56 0.95 0.57
Hex 59 2A FA 40 53 0 2 FE 5F 39
Octal 131 52 372 100 123 0 2 376 137 71
Binary 1011001 101010 11111010 1000000 1010011 0 10 11111110 1011111 111001

Color Harmonies of #592AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AFA

Black with #592AFA

Text Example


Text Example

White with #592AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592AFA; }

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

 H1.HeaderClassName
 {
   color: #592AFA;
 }
 .AnyTagClassName
 {
   color: #592AFA;
 }
</style>

background-color css

<style>
 a { background-color: #592AFA; }

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

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

border-color css

<style>
 span { border-color: #592AFA; }

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

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