Html Css Color HEX #580BEF Han Purple

📋 copy color: '#580BEF'

red 88 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #580BEF

Tints of Han Purple #580BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.71%

R = 26.04%
G = 3.25%
B = 70.71%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#580BEF (or 0x580BEF) is known color: Han Purple. HEX triplet: 58, 0B and EF. RGB value is (88,11,239). Sum of RGB (Red+Green+Blue) = 88+11+239=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #580BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580BEF is #A7F410. Grayscale: #3B3B3B. Windows color (decimal): -11006993 or 15666008. OLE color: 15666008.

HSL color Cylindrical-coordinate representation of color #580BEF: hue angle of 260.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BEF is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 11 239 -
CMYK 0.63 0.95 0 0.06
HSL 260.26º 0.91% 0.49% -
HSV(B) 260.26º 0.95% 0.94% -
XYZ 19.72 8.55 82.27 -
YUV 60.02 229.01 147.96 -
System Red Green Blue C M Y K H S L
Decimal 88 11 239 0.63 0.95 0 0.06 260.26 0.91 0.49
Hex 58 B EF 3F 5F 0 6 104 5B 31
Octal 130 13 357 77 137 0 6 404 133 61
Binary 1011000 1011 11101111 111111 1011111 0 110 100000100 1011011 110001

Color Harmonies of #580BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BEF

Black with #580BEF

Text Example


Text Example

White with #580BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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