Html Css Color HEX #581FE1 Han Purple

📋 copy color: '#581FE1'

red 88 ◦ green 31 ◦ blue 225

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

Shades of Han Purple #581FE1

Tints of Han Purple #581FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.41%

R = 25.58%
G = 9.01%
B = 65.41%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#581FE1 (or 0x581FE1) is known color: Han Purple. HEX triplet: 58, 1F and E1. RGB value is (88,31,225). Sum of RGB (Red+Green+Blue) = 88+31+225=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 225 (88.28% from 255 or 65.41% from 344); Max value from RGB is 225 - color contains mainly: blue. Hex color #581FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FE1 is #A7E01E. Grayscale: #454545. Windows color (decimal): -11001887 or 14753624. OLE color: 14753624.

HSL color Cylindrical-coordinate representation of color #581FE1: hue angle of 257.63º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581FE1 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 31 225 -
CMYK 0.61 0.86 0 0.12
HSL 257.63º 0.76% 0.5% -
HSV(B) 257.63º 0.86% 0.88% -
XYZ 18.11 8.49 71.92 -
YUV 70.16 215.38 140.73 -
System Red Green Blue C M Y K H S L
Decimal 88 31 225 0.61 0.86 0 0.12 257.63 0.76 0.5
Hex 58 1F E1 3D 56 0 C 102 4C 32
Octal 130 37 341 75 126 0 14 402 114 62
Binary 1011000 11111 11100001 111101 1010110 0 1100 100000010 1001100 110010

Color Harmonies of #581FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FE1

Black with #581FE1

Text Example


Text Example

White with #581FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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