Html Css Color HEX #582EFF Han Purple

📋 copy color: '#582EFF'

red 88 ◦ green 46 ◦ blue 255

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

Shades of Han Purple #582EFF

Tints of Han Purple #582EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.83%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 22.62%
G = 11.83%
B = 65.55%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#582EFF (or 0x582EFF) is known color: Han Purple. HEX triplet: 58, 2E and FF. RGB value is (88,46,255). Sum of RGB (Red+Green+Blue) = 88+46+255=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #582EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582EFF is #A7D100. Grayscale: #515151. Windows color (decimal): -10998017 or 16723544. OLE color: 16723544.

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

Color convert

RGB 88 46 255 -
CMYK 0.65 0.82 0 0
HSL 252.06º 1% 0.59% -
HSV(B) 252.06º 0.82% 1% -
XYZ 23.05 11.25 95.56 -
YUV 82.38 225.41 132.01 -
System Red Green Blue C M Y K H S L
Decimal 88 46 255 0.65 0.82 0 0 252.06 1 0.59
Hex 58 2E FF 41 52 0 0 FC 64 3B
Octal 130 56 377 101 122 0 0 374 144 73
Binary 1011000 101110 11111111 1000001 1010010 0 0 11111100 1100100 111011

Color Harmonies of #582EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582EFF

Black with #582EFF

Text Example


Text Example

White with #582EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,46,255); }

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

background-color css

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

 a { background-color: rgb(88,46,255); }

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

border-color css

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

 span { border-color: rgb(88,46,255); }

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