Html Css Color HEX #580DFB Han Purple

📋 copy color: '#580DFB'

red 88 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #580DFB

Tints of Han Purple #580DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 25%
G = 3.69%
B = 71.31%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#580DFB (or 0x580DFB) is known color: Han Purple. HEX triplet: 58, 0D and FB. RGB value is (88,13,251). Sum of RGB (Red+Green+Blue) = 88+13+251=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #580DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DFB is #A7F204. Grayscale: #3D3D3D. Windows color (decimal): -11006469 or 16452952. OLE color: 16452952.

HSL color Cylindrical-coordinate representation of color #580DFB: hue angle of 258.91º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580DFB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 13 251 -
CMYK 0.65 0.95 0 0.02
HSL 258.91º 0.97% 0.52% -
HSV(B) 258.91º 0.95% 0.98% -
XYZ 21.58 9.33 91.93 -
YUV 62.56 234.35 146.15 -
System Red Green Blue C M Y K H S L
Decimal 88 13 251 0.65 0.95 0 0.02 258.91 0.97 0.52
Hex 58 D FB 41 5F 0 2 103 61 34
Octal 130 15 373 101 137 0 2 403 141 64
Binary 1011000 1101 11111011 1000001 1011111 0 10 100000011 1100001 110100

Color Harmonies of #580DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DFB

Black with #580DFB

Text Example


Text Example

White with #580DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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