Html Css Color HEX #580BFB Han Purple

📋 copy color: '#580BFB'

red 88 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #580BFB

Tints of Han Purple #580BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

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

R = 25.14%
G = 3.14%
B = 71.71%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#580BFB (or 0x580BFB) is known color: Han Purple. HEX triplet: 58, 0B and FB. RGB value is (88,11,251). Sum of RGB (Red+Green+Blue) = 88+11+251=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #580BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BFB is #A7F404. Grayscale: #3C3C3C. Windows color (decimal): -11006981 or 16452440. OLE color: 16452440.

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

Color convert

RGB 88 11 251 -
CMYK 0.65 0.96 0 0.02
HSL 259.25º 0.97% 0.51% -
HSV(B) 259.25º 0.96% 0.98% -
XYZ 21.56 9.28 91.92 -
YUV 61.38 235.01 146.99 -
System Red Green Blue C M Y K H S L
Decimal 88 11 251 0.65 0.96 0 0.02 259.25 0.97 0.51
Hex 58 B FB 41 60 0 2 103 61 33
Octal 130 13 373 101 140 0 2 403 141 63
Binary 1011000 1011 11111011 1000001 1100000 0 10 100000011 1100001 110011

Color Harmonies of #580BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BFB

Black with #580BFB

Text Example


Text Example

White with #580BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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