Html Css Color HEX #592AFF Han Purple

📋 copy color: '#592AFF'

red 89 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #592AFF

Tints of Han Purple #592AFF

RGB

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

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

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

R = 23.06%
G = 10.88%
B = 66.06%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#592AFF (or 0x592AFF) is known color: Han Purple. HEX triplet: 59, 2A and FF. RGB value is (89,42,255). Sum of RGB (Red+Green+Blue) = 89+42+255=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #592AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592AFF is #A6D500. Grayscale: #4F4F4F. Windows color (decimal): -10933505 or 16722521. OLE color: 16722521.

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

Color convert

RGB 89 42 255 -
CMYK 0.65 0.84 0 0
HSL 253.24º 1% 0.58% -
HSV(B) 253.24º 0.84% 1% -
XYZ 23 11 95.52 -
YUV 80.34 226.57 134.18 -
System Red Green Blue C M Y K H S L
Decimal 89 42 255 0.65 0.84 0 0 253.24 1 0.58
Hex 59 2A FF 41 54 0 0 FD 64 3A
Octal 131 52 377 101 124 0 0 375 144 72
Binary 1011001 101010 11111111 1000001 1010100 0 0 11111101 1100100 111010

Color Harmonies of #592AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AFF

Black with #592AFF

Text Example


Text Example

White with #592AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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