Html Css Color HEX #581CDB Han Purple

📋 copy color: '#581CDB'

red 88 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #581CDB

Tints of Han Purple #581CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 26.27%
G = 8.36%
B = 65.37%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#581CDB (or 0x581CDB) is known color: Han Purple. HEX triplet: 58, 1C and DB. RGB value is (88,28,219). Sum of RGB (Red+Green+Blue) = 88+28+219=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #581CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CDB is #A7E324. Grayscale: #434343. Windows color (decimal): -11002661 or 14359640. OLE color: 14359640.

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

Color convert

RGB 88 28 219 -
CMYK 0.60 0.87 0 0.14
HSL 258.85º 0.77% 0.48% -
HSV(B) 258.85º 0.87% 0.86% -
XYZ 17.23 8.02 67.66 -
YUV 67.71 213.38 142.47 -
System Red Green Blue C M Y K H S L
Decimal 88 28 219 0.60 0.87 0 0.14 258.85 0.77 0.48
Hex 58 1C DB 3C 57 0 E 103 4D 30
Octal 130 34 333 74 127 0 16 403 115 60
Binary 1011000 11100 11011011 111100 1010111 0 1110 100000011 1001101 110000

Color Harmonies of #581CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CDB

Black with #581CDB

Text Example


Text Example

White with #581CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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