Html Css Color HEX #581BDB Han Purple

📋 copy color: '#581BDB'

red 88 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #581BDB

Tints of Han Purple #581BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.08%

 BLUE value IS 219 (85.94% from 255) = 65.57%

R = 26.35%
G = 8.08%
B = 65.57%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#581BDB (or 0x581BDB) is known color: Han Purple. HEX triplet: 58, 1B and DB. RGB value is (88,27,219). Sum of RGB (Red+Green+Blue) = 88+27+219=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #581BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BDB is #A7E424. Grayscale: #424242. Windows color (decimal): -11002917 or 14359384. OLE color: 14359384.

HSL color Cylindrical-coordinate representation of color #581BDB: hue angle of 259.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581BDB is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 27 219 -
CMYK 0.60 0.88 0 0.14
HSL 259.06º 0.78% 0.48% -
HSV(B) 259.06º 0.88% 0.86% -
XYZ 17.2 7.97 67.65 -
YUV 67.13 213.71 142.89 -
System Red Green Blue C M Y K H S L
Decimal 88 27 219 0.60 0.88 0 0.14 259.06 0.78 0.48
Hex 58 1B DB 3C 58 0 E 103 4E 30
Octal 130 33 333 74 130 0 16 403 116 60
Binary 1011000 11011 11011011 111100 1011000 0 1110 100000011 1001110 110000

Color Harmonies of #581BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BDB

Black with #581BDB

Text Example


Text Example

White with #581BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,27,219); }

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

background-color css

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

 a { background-color: rgb(88,27,219); }

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

border-color css

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

 span { border-color: rgb(88,27,219); }

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