#592EFF

Color #592EFF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #592EFF

Tints of Han Purple #592EFF

Color information

#592EFF (or 0x592EFF) is unknown color: approx Han Purple. HEX triplet: 59, 2E and FF. RGB value is (89,46,255). Sum of RGB (Red+Green+Blue) = 89+46+255=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #592EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592EFF is #A6D100. Grayscale: #515151. Windows color (decimal): -10932481 or 16723545. OLE color: 16723545.

HSL color Cylindrical-coordinate representation of color #592EFF: hue angle of 252.34º 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 #592EFF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8946255-
CMYK0.650.8200
HSL252.34º100%59.02%-
HSV(B)252.34º81.96%100%-
XYZ23.1511.395.57-
YUV82.68225.25132.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 255 (100% from 255) = 65.38%
R=22.82%
G=11.79%
B=65.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal89462550.650.8200252.3410059.02
Hex592EFF415200fc643b
Octal131563771011220037414473
Binary1011001101110111111111000001101001000111111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #592EFF;
 }
 .AnyTagClassName
 {
   color: #592EFF;
 }
</style>
background-color css

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

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

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

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

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

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