Html Css Color HEX #5830FA Han Purple

📋 copy color: '#5830FA'

red 88 ◦ green 48 ◦ blue 250

#5830FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5830FA

Tints of Han Purple #5830FA

RGB

 RED value IS 88 (34.77% from 255) = 22.8%

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 22.8%
G = 12.44%
B = 64.77%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5830FA (or 0x5830FA) is known color: Han Purple. HEX triplet: 58, 30 and FA. RGB value is (88,48,250). Sum of RGB (Red+Green+Blue) = 88+48+250=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #5830FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5830FA is #A7CF05. Grayscale: #525252. Windows color (decimal): -10997510 or 16396376. OLE color: 16396376.

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

Color convert

RGB 88 48 250 -
CMYK 0.65 0.81 0 0.02
HSL 251.88º 0.95% 0.58% -
HSV(B) 251.88º 0.81% 0.98% -
XYZ 22.34 11.09 91.41 -
YUV 82.99 222.25 131.57 -
System Red Green Blue C M Y K H S L
Decimal 88 48 250 0.65 0.81 0 0.02 251.88 0.95 0.58
Hex 58 30 FA 41 51 0 2 FC 5F 3A
Octal 130 60 372 101 121 0 2 374 137 72
Binary 1011000 110000 11111010 1000001 1010001 0 10 11111100 1011111 111010

Color Harmonies of #5830FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5830FA

Black with #5830FA

Text Example


Text Example

White with #5830FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5830FA;
 }
 .AnyTagClassName
 {
   color: #5830FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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