Html Css Color HEX #580DDD Han Purple

📋 copy color: '#580DDD'

red 88 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #580DDD

Tints of Han Purple #580DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 27.33%
G = 4.04%
B = 68.63%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580DDD (or 0x580DDD) is known color: Han Purple. HEX triplet: 58, 0D and DD. RGB value is (88,13,221). Sum of RGB (Red+Green+Blue) = 88+13+221=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #580DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DDD is #A7F222. Grayscale: #3A3A3A. Windows color (decimal): -11006499 or 14486872. OLE color: 14486872.

HSL color Cylindrical-coordinate representation of color #580DDD: hue angle of 261.63º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580DDD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 13 221 -
CMYK 0.60 0.94 0 0.13
HSL 261.63º 0.89% 0.46% -
HSV(B) 261.63º 0.94% 0.87% -
XYZ 17.22 7.58 68.96 -
YUV 59.14 219.35 148.59 -
System Red Green Blue C M Y K H S L
Decimal 88 13 221 0.60 0.94 0 0.13 261.63 0.89 0.46
Hex 58 D DD 3C 5E 0 D 106 59 2E
Octal 130 15 335 74 136 0 15 406 131 56
Binary 1011000 1101 11011101 111100 1011110 0 1101 100000110 1011001 101110

Color Harmonies of #580DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DDD

Black with #580DDD

Text Example


Text Example

White with #580DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580DDD; }

 p { color: rgb(88,13,221); }

 H1.HeaderClassName
 {
   color: #580DDD;
 }
 .AnyTagClassName
 {
   color: #580DDD;
 }
</style>

background-color css

<style>
 a { background-color: #580DDD; }

 a { background-color: rgb(88,13,221); }

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

border-color css

<style>
 span { border-color: #580DDD; }

 span { border-color: rgb(88,13,221); }

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