Html Css Color HEX #582FFB Han Purple

📋 copy color: '#582FFB'

red 88 ◦ green 47 ◦ blue 251

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

Shades of Han Purple #582FFB

Tints of Han Purple #582FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.18%

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

R = 22.8%
G = 12.18%
B = 65.03%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#582FFB (or 0x582FFB) is known color: Han Purple. HEX triplet: 58, 2F and FB. RGB value is (88,47,251). Sum of RGB (Red+Green+Blue) = 88+47+251=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #582FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582FFB is #A7D004. Grayscale: #515151. Windows color (decimal): -10997765 or 16461656. OLE color: 16461656.

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

Color convert

RGB 88 47 251 -
CMYK 0.65 0.81 0 0.02
HSL 252.06º 0.96% 0.58% -
HSV(B) 252.06º 0.81% 0.98% -
XYZ 22.45 11.07 92.22 -
YUV 82.52 223.08 131.91 -
System Red Green Blue C M Y K H S L
Decimal 88 47 251 0.65 0.81 0 0.02 252.06 0.96 0.58
Hex 58 2F FB 41 51 0 2 FC 60 3A
Octal 130 57 373 101 121 0 2 374 140 72
Binary 1011000 101111 11111011 1000001 1010001 0 10 11111100 1100000 111010

Color Harmonies of #582FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FFB

Black with #582FFB

Text Example


Text Example

White with #582FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582FFB; }

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

 H1.HeaderClassName
 {
   color: #582FFB;
 }
 .AnyTagClassName
 {
   color: #582FFB;
 }
</style>

background-color css

<style>
 a { background-color: #582FFB; }

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

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

border-color css

<style>
 span { border-color: #582FFB; }

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

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