Html Css Color HEX #580BDE Han Purple

📋 copy color: '#580BDE'

red 88 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #580BDE

Tints of Han Purple #580BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 27.41%
G = 3.43%
B = 69.16%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580BDE (or 0x580BDE) is known color: Han Purple. HEX triplet: 58, 0B and DE. RGB value is (88,11,222). Sum of RGB (Red+Green+Blue) = 88+11+222=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #580BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDE is #A7F421. Grayscale: #393939. Windows color (decimal): -11007010 or 14551896. OLE color: 14551896.

HSL color Cylindrical-coordinate representation of color #580BDE: hue angle of 261.9º 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 #580BDE is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 11 222 -
CMYK 0.60 0.95 0 0.13
HSL 261.9º 0.91% 0.46% -
HSV(B) 261.9º 0.95% 0.87% -
XYZ 17.33 7.59 69.66 -
YUV 58.08 220.51 149.34 -
System Red Green Blue C M Y K H S L
Decimal 88 11 222 0.60 0.95 0 0.13 261.9 0.91 0.46
Hex 58 B DE 3C 5F 0 D 106 5B 2E
Octal 130 13 336 74 137 0 15 406 133 56
Binary 1011000 1011 11011110 111100 1011111 0 1101 100000110 1011011 101110

Color Harmonies of #580BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BDE

Black with #580BDE

Text Example


Text Example

White with #580BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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