Html Css Color HEX #581FFD Han Purple

📋 copy color: '#581FFD'

red 88 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #581FFD

Tints of Han Purple #581FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.01%

R = 23.66%
G = 8.33%
B = 68.01%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#581FFD (or 0x581FFD) is known color: Han Purple. HEX triplet: 58, 1F and FD. RGB value is (88,31,253). Sum of RGB (Red+Green+Blue) = 88+31+253=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #581FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FFD is #A7E002. Grayscale: #484848. Windows color (decimal): -11001859 or 16588632. OLE color: 16588632.

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

Color convert

RGB 88 31 253 -
CMYK 0.65 0.88 0 0.01
HSL 255.41º 0.98% 0.56% -
HSV(B) 255.41º 0.88% 0.99% -
XYZ 22.24 10.15 93.71 -
YUV 73.35 229.38 138.45 -
System Red Green Blue C M Y K H S L
Decimal 88 31 253 0.65 0.88 0 0.01 255.41 0.98 0.56
Hex 58 1F FD 41 58 0 1 FF 62 38
Octal 130 37 375 101 130 0 1 377 142 70
Binary 1011000 11111 11111101 1000001 1011000 0 1 11111111 1100010 111000

Color Harmonies of #581FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FFD

Black with #581FFD

Text Example


Text Example

White with #581FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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