#581DF3

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

Shades of Han Purple #581DF3

Tints of Han Purple #581DF3

Color information

#581DF3 (or 0x581DF3) is unknown color: approx Han Purple. HEX triplet: 58, 1D and F3. RGB value is (88,29,243). Sum of RGB (Red+Green+Blue) = 88+29+243=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #581DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581DF3 is #A7E20C. Grayscale: #464646. Windows color (decimal): -11002381 or 15932760. OLE color: 15932760.

HSL color Cylindrical-coordinate representation of color #581DF3: hue angle of 256.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581DF3 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8829243-
CMYK0.640.8800.05
HSL256.54º89.92%53.33%-
HSV(B)256.54º88.07%95.29%-
XYZ20.649.4285.53-
YUV71.04225.05140.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 243 (95.31% from 255) = 67.5%
R=24.44%
G=8.06%
B=67.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88292430.640.8800.05256.5489.9253.33
Hex581DF34058051015a35
Octal130353631001300540113265
Binary101100011101111100111000000101100001011000000011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,243); }

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

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

 a { background-color: rgb(88,29,243); }

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

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

 span { border-color: rgb(88,29,243); }

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