Html Css Color HEX #581EFF Han Purple

📋 copy color: '#581EFF'

red 88 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #581EFF

Tints of Han Purple #581EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

 BLUE value IS 255 (100% from 255) = 68.36%

R = 23.59%
G = 8.04%
B = 68.36%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#581EFF (or 0x581EFF) is known color: Han Purple. HEX triplet: 58, 1E and FF. RGB value is (88,30,255). Sum of RGB (Red+Green+Blue) = 88+30+255=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #581EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EFF is #A7E100. Grayscale: #484848. Windows color (decimal): -11002113 or 16719448. OLE color: 16719448.

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

Color convert

RGB 88 30 255 -
CMYK 0.65 0.88 0 0
HSL 255.47º 1% 0.56% -
HSV(B) 255.47º 0.88% 1% -
XYZ 22.54 10.22 95.39 -
YUV 72.99 230.72 138.7 -
System Red Green Blue C M Y K H S L
Decimal 88 30 255 0.65 0.88 0 0 255.47 1 0.56
Hex 58 1E FF 41 58 0 0 FF 64 38
Octal 130 36 377 101 130 0 0 377 144 70
Binary 1011000 11110 11111111 1000001 1011000 0 0 11111111 1100100 111000

Color Harmonies of #581EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581EFF

Black with #581EFF

Text Example


Text Example

White with #581EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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