Html Css Color HEX #581FF8 Han Purple

📋 copy color: '#581FF8'

red 88 ◦ green 31 ◦ blue 248

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

Shades of Han Purple #581FF8

Tints of Han Purple #581FF8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

 BLUE value IS 248 (97.27% from 255) = 67.57%

R = 23.98%
G = 8.45%
B = 67.57%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#581FF8 (or 0x581FF8) is known color: Han Purple. HEX triplet: 58, 1F and F8. RGB value is (88,31,248). Sum of RGB (Red+Green+Blue) = 88+31+248=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #581FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FF8 is #A7E007. Grayscale: #474747. Windows color (decimal): -11001864 or 16260952. OLE color: 16260952.

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

Color convert

RGB 88 31 248 -
CMYK 0.65 0.88 0 0.03
HSL 255.76º 0.94% 0.55% -
HSV(B) 255.76º 0.88% 0.97% -
XYZ 21.46 9.83 89.57 -
YUV 72.78 226.88 138.86 -
System Red Green Blue C M Y K H S L
Decimal 88 31 248 0.65 0.88 0 0.03 255.76 0.94 0.55
Hex 58 1F F8 41 58 0 3 100 5E 37
Octal 130 37 370 101 130 0 3 400 136 67
Binary 1011000 11111 11111000 1000001 1011000 0 11 100000000 1011110 110111

Color Harmonies of #581FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FF8

Black with #581FF8

Text Example


Text Example

White with #581FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #581FF8;
 }
 .AnyTagClassName
 {
   color: #581FF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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