Html Css Color HEX #581DFF Han Purple

📋 copy color: '#581DFF'

red 88 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #581DFF

Tints of Han Purple #581DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

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

R = 23.66%
G = 7.8%
B = 68.55%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#581DFF (or 0x581DFF) is known color: Han Purple. HEX triplet: 58, 1D and FF. RGB value is (88,29,255). Sum of RGB (Red+Green+Blue) = 88+29+255=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #581DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581DFF is #A7E200. Grayscale: #474747. Windows color (decimal): -11002369 or 16719192. OLE color: 16719192.

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

Color convert

RGB 88 29 255 -
CMYK 0.65 0.89 0 0
HSL 255.66º 1% 0.56% -
HSV(B) 255.66º 0.89% 1% -
XYZ 22.51 10.17 95.38 -
YUV 72.41 231.05 139.12 -
System Red Green Blue C M Y K H S L
Decimal 88 29 255 0.65 0.89 0 0 255.66 1 0.56
Hex 58 1D FF 41 59 0 0 100 64 38
Octal 130 35 377 101 131 0 0 400 144 70
Binary 1011000 11101 11111111 1000001 1011001 0 0 100000000 1100100 111000

Color Harmonies of #581DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DFF

Black with #581DFF

Text Example


Text Example

White with #581DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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