#581FFF

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

Shades of Han Purple #581FFF

Tints of Han Purple #581FFF

Color information

#581FFF (or 0x581FFF) is unknown color: approx Han Purple. HEX triplet: 58, 1F and FF. RGB value is (88,31,255). Sum of RGB (Red+Green+Blue) = 88+31+255=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #581FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FFF is #A7E000. Grayscale: #484848. Windows color (decimal): -11001857 or 16719704. OLE color: 16719704.

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

Color convert

RGB8831255-
CMYK0.650.8800
HSL255.27º100%56.08%-
HSV(B)255.27º87.84%100%-
XYZ22.5610.2795.4-
YUV73.58230.38138.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 31 (12.5% from 255) = 8.29%
BLUE value IS 255 (100% from 255) = 68.18%
R=23.53%
G=8.29%
B=68.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88312550.650.8800255.2710056.08
Hex581FFF415800ff6438
Octal130373771011300037714470
Binary101100011111111111111000001101100000111111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581FFF; }

 p { color: rgb(88,31,255); }

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

<style>
 a { background-color: #581FFF; }

 a { background-color: rgb(88,31,255); }

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

<style>
 span { border-color: #581FFF; }

 span { border-color: rgb(88,31,255); }

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