Html Css Color HEX #581FDC Han Purple

📋 copy color: '#581FDC'

red 88 ◦ green 31 ◦ blue 220

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

Shades of Han Purple #581FDC

Tints of Han Purple #581FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 25.96%
G = 9.14%
B = 64.9%

CMYK

 C value IS 0.6

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#581FDC (or 0x581FDC) is known color: Han Purple. HEX triplet: 58, 1F and DC. RGB value is (88,31,220). Sum of RGB (Red+Green+Blue) = 88+31+220=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #581FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FDC is #A7E023. Grayscale: #444444. Windows color (decimal): -11001892 or 14425944. OLE color: 14425944.

HSL color Cylindrical-coordinate representation of color #581FDC: hue angle of 258.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581FDC is Cyan = 0.6, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 31 220 -
CMYK 0.6 0.86 0 0.14
HSL 258.1º 0.75% 0.49% -
HSV(B) 258.1º 0.86% 0.86% -
XYZ 17.43 8.22 68.38 -
YUV 69.59 212.88 141.13 -
System Red Green Blue C M Y K H S L
Decimal 88 31 220 0.6 0.86 0 0.14 258.1 0.75 0.49
Hex 58 1F DC 3C 56 0 E 102 4B 31
Octal 130 37 334 74 126 0 16 402 113 61
Binary 1011000 11111 11011100 111100 1010110 0 1110 100000010 1001011 110001

Color Harmonies of #581FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FDC

Black with #581FDC

Text Example


Text Example

White with #581FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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