Html Css Color HEX #592AFD Han Purple

📋 copy color: '#592AFD'

red 89 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #592AFD

Tints of Han Purple #592AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 23.18%
G = 10.94%
B = 65.89%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#592AFD (or 0x592AFD) is known color: Han Purple. HEX triplet: 59, 2A and FD. RGB value is (89,42,253). Sum of RGB (Red+Green+Blue) = 89+42+253=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #592AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592AFD is #A6D502. Grayscale: #4F4F4F. Windows color (decimal): -10933507 or 16591449. OLE color: 16591449.

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

Color convert

RGB 89 42 253 -
CMYK 0.65 0.83 0 0.01
HSL 253.36º 0.98% 0.58% -
HSV(B) 253.36º 0.83% 0.99% -
XYZ 22.68 10.87 93.83 -
YUV 80.11 225.57 134.34 -
System Red Green Blue C M Y K H S L
Decimal 89 42 253 0.65 0.83 0 0.01 253.36 0.98 0.58
Hex 59 2A FD 41 53 0 1 FD 62 3A
Octal 131 52 375 101 123 0 1 375 142 72
Binary 1011001 101010 11111101 1000001 1010011 0 1 11111101 1100010 111010

Color Harmonies of #592AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AFD

Black with #592AFD

Text Example


Text Example

White with #592AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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