#5830ff

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

Shades of Han Purple #5830FF

Tints of Han Purple #5830FF

Color information

#5830FF (or 0x5830FF) is unknown color: approx Han Purple. HEX triplet: 58, 30 and FF. RGB value is (88,48,255). Sum of RGB (Red+Green+Blue) = 88+48+255=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #5830FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5830FF is #A7CF00. Grayscale: #525252. Windows color (decimal): -10997505 or 16724056. OLE color: 16724056.

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

Color convert

RGB8848255-
CMYK0.650.8100
HSL251.59º100%59.41%-
HSV(B)251.59º81.18%100%-
XYZ23.1311.4195.59-
YUV83.56224.75131.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 255 (100% from 255) = 65.22%
R=22.51%
G=12.28%
B=65.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88482550.650.8100251.5910059.41
Hex5830FF415100fc643b
Octal130603771011210037414473
Binary1011000110000111111111000001101000100111111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5830ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5830ff; }

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

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

<style>
 a { background-color: #5830ff; }

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

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

<style>
 span { border-color: #5830ff; }

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

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