Html Css Color HEX #592DFF Han Purple

📋 copy color: '#592DFF'

red 89 ◦ green 45 ◦ blue 255

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

Shades of Han Purple #592DFF

Tints of Han Purple #592DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

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

R = 22.88%
G = 11.57%
B = 65.55%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#592DFF (or 0x592DFF) is known color: Han Purple. HEX triplet: 59, 2D and FF. RGB value is (89,45,255). Sum of RGB (Red+Green+Blue) = 89+45+255=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #592DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DFF is #A6D200. Grayscale: #515151. Windows color (decimal): -10932737 or 16723289. OLE color: 16723289.

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

Color convert

RGB 89 45 255 -
CMYK 0.65 0.82 0 0
HSL 252.57º 1% 0.59% -
HSV(B) 252.57º 0.82% 1% -
XYZ 23.11 11.22 95.56 -
YUV 82.1 225.58 132.92 -
System Red Green Blue C M Y K H S L
Decimal 89 45 255 0.65 0.82 0 0 252.57 1 0.59
Hex 59 2D FF 41 52 0 0 FD 64 3B
Octal 131 55 377 101 122 0 0 375 144 73
Binary 1011001 101101 11111111 1000001 1010010 0 0 11111101 1100100 111011

Color Harmonies of #592DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DFF

Black with #592DFF

Text Example


Text Example

White with #592DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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