Html Css Color HEX #580BDA Han Purple

📋 copy color: '#580BDA'

red 88 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #580BDA

Tints of Han Purple #580BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 27.76%
G = 3.47%
B = 68.77%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#580BDA (or 0x580BDA) is known color: Han Purple. HEX triplet: 58, 0B and DA. RGB value is (88,11,218). Sum of RGB (Red+Green+Blue) = 88+11+218=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #580BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDA is #A7F425. Grayscale: #383838. Windows color (decimal): -11007014 or 14289752. OLE color: 14289752.

HSL color Cylindrical-coordinate representation of color #580BDA: hue angle of 262.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BDA is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 11 218 -
CMYK 0.60 0.95 0 0.15
HSL 262.32º 0.9% 0.45% -
HSV(B) 262.32º 0.95% 0.85% -
XYZ 16.8 7.38 66.87 -
YUV 57.62 218.51 149.67 -
System Red Green Blue C M Y K H S L
Decimal 88 11 218 0.60 0.95 0 0.15 262.32 0.9 0.45
Hex 58 B DA 3C 5F 0 F 106 5A 2D
Octal 130 13 332 74 137 0 17 406 132 55
Binary 1011000 1011 11011010 111100 1011111 0 1111 100000110 1011010 101101

Color Harmonies of #580BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BDA

Black with #580BDA

Text Example


Text Example

White with #580BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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