#581DFC

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

Shades of Han Purple #581DFC

Tints of Han Purple #581DFC

Color information

#581DFC (or 0x581DFC) is unknown color: approx Han Purple. HEX triplet: 58, 1D and FC. RGB value is (88,29,252). Sum of RGB (Red+Green+Blue) = 88+29+252=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #581DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581DFC is #A7E203. Grayscale: #474747. Windows color (decimal): -11002372 or 16522584. OLE color: 16522584.

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

Color convert

RGB8829252-
CMYK0.650.8800.01
HSL255.87º97.38%55.1%-
HSV(B)255.87º88.49%98.82%-
XYZ22.039.9892.86-
YUV72.06229.55139.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 29 (11.72% from 255) = 7.86%
BLUE value IS 252 (98.83% from 255) = 68.29%
R=23.85%
G=7.86%
B=68.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal88292520.650.8800.01255.8797.3855.1
Hex581DFC4158011006137
Octal130353741011300140014167
Binary1011000111011111110010000011011000011000000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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