Html Css Color HEX #580DF1 Han Purple

📋 copy color: '#580DF1'

red 88 ◦ green 13 ◦ blue 241

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

Shades of Han Purple #580DF1

Tints of Han Purple #580DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.47%

R = 25.73%
G = 3.8%
B = 70.47%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#580DF1 (or 0x580DF1) is known color: Han Purple. HEX triplet: 58, 0D and F1. RGB value is (88,13,241). Sum of RGB (Red+Green+Blue) = 88+13+241=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #580DF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DF1 is #A7F20E. Grayscale: #3C3C3C. Windows color (decimal): -11006479 or 15797592. OLE color: 15797592.

HSL color Cylindrical-coordinate representation of color #580DF1: hue angle of 259.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580DF1 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 13 241 -
CMYK 0.63 0.95 0 0.05
HSL 259.74º 0.9% 0.5% -
HSV(B) 259.74º 0.95% 0.95% -
XYZ 20.05 8.71 83.84 -
YUV 61.42 229.35 146.96 -
System Red Green Blue C M Y K H S L
Decimal 88 13 241 0.63 0.95 0 0.05 259.74 0.9 0.5
Hex 58 D F1 3F 5F 0 5 104 5A 32
Octal 130 15 361 77 137 0 5 404 132 62
Binary 1011000 1101 11110001 111111 1011111 0 101 100000100 1011010 110010

Color Harmonies of #580DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DF1

Black with #580DF1

Text Example


Text Example

White with #580DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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