Html Css Color HEX #582CDF Han Purple

📋 copy color: '#582CDF'

red 88 ◦ green 44 ◦ blue 223

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

Shades of Han Purple #582CDF

Tints of Han Purple #582CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 24.79%
G = 12.39%
B = 62.82%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#582CDF (or 0x582CDF) is known color: Han Purple. HEX triplet: 58, 2C and DF. RGB value is (88,44,223). Sum of RGB (Red+Green+Blue) = 88+44+223=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #582CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CDF is #A7D320. Grayscale: #4C4C4C. Windows color (decimal): -10998561 or 14625880. OLE color: 14625880.

HSL color Cylindrical-coordinate representation of color #582CDF: hue angle of 254.75º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582CDF is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 44 223 -
CMYK 0.61 0.80 0 0.13
HSL 254.75º 0.74% 0.52% -
HSV(B) 254.75º 0.8% 0.87% -
XYZ 18.24 9.2 70.63 -
YUV 77.56 210.08 135.45 -
System Red Green Blue C M Y K H S L
Decimal 88 44 223 0.61 0.80 0 0.13 254.75 0.74 0.52
Hex 58 2C DF 3D 50 0 D FF 4A 34
Octal 130 54 337 75 120 0 15 377 112 64
Binary 1011000 101100 11011111 111101 1010000 0 1101 11111111 1001010 110100

Color Harmonies of #582CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CDF

Black with #582CDF

Text Example


Text Example

White with #582CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,44,223); }

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

background-color css

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

 a { background-color: rgb(88,44,223); }

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

border-color css

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

 span { border-color: rgb(88,44,223); }

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