Html Css Color HEX #580BDF Han Purple

📋 copy color: '#580BDF'

red 88 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #580BDF

Tints of Han Purple #580BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.25%

R = 27.33%
G = 3.42%
B = 69.25%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580BDF (or 0x580BDF) is known color: Han Purple. HEX triplet: 58, 0B and DF. RGB value is (88,11,223). Sum of RGB (Red+Green+Blue) = 88+11+223=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #580BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDF is #A7F420. Grayscale: #393939. Windows color (decimal): -11007009 or 14617432. OLE color: 14617432.

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

Color convert

RGB 88 11 223 -
CMYK 0.61 0.95 0 0.13
HSL 261.79º 0.91% 0.46% -
HSV(B) 261.79º 0.95% 0.87% -
XYZ 17.46 7.64 70.37 -
YUV 58.19 221.01 149.26 -
System Red Green Blue C M Y K H S L
Decimal 88 11 223 0.61 0.95 0 0.13 261.79 0.91 0.46
Hex 58 B DF 3D 5F 0 D 106 5B 2E
Octal 130 13 337 75 137 0 15 406 133 56
Binary 1011000 1011 11011111 111101 1011111 0 1101 100000110 1011011 101110

Color Harmonies of #580BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BDF

Black with #580BDF

Text Example


Text Example

White with #580BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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