Html Css Color HEX #592AFB Han Purple

📋 copy color: '#592AFB'

red 89 ◦ green 42 ◦ blue 251

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

Shades of Han Purple #592AFB

Tints of Han Purple #592AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 23.3%
G = 10.99%
B = 65.71%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#592AFB (or 0x592AFB) is known color: Han Purple. HEX triplet: 59, 2A and FB. RGB value is (89,42,251). Sum of RGB (Red+Green+Blue) = 89+42+251=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #592AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592AFB is #A6D504. Grayscale: #4F4F4F. Windows color (decimal): -10933509 or 16460377. OLE color: 16460377.

HSL color Cylindrical-coordinate representation of color #592AFB: hue angle of 253.49º degrees, saturation: 0.96, 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 #592AFB is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 42 251 -
CMYK 0.65 0.83 0 0.02
HSL 253.49º 0.96% 0.57% -
HSV(B) 253.49º 0.83% 0.98% -
XYZ 22.36 10.74 92.16 -
YUV 79.88 224.57 134.51 -
System Red Green Blue C M Y K H S L
Decimal 89 42 251 0.65 0.83 0 0.02 253.49 0.96 0.57
Hex 59 2A FB 41 53 0 2 FD 60 39
Octal 131 52 373 101 123 0 2 375 140 71
Binary 1011001 101010 11111011 1000001 1010011 0 10 11111101 1100000 111001

Color Harmonies of #592AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AFB

Black with #592AFB

Text Example


Text Example

White with #592AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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