Html Css Color HEX #5229DF Han Purple

📋 copy color: '#5229DF'

red 82 ◦ green 41 ◦ blue 223

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

Shades of Han Purple #5229DF

Tints of Han Purple #5229DF

RGB

 RED value IS 82 (32.42% from 255) = 23.7%

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 23.7%
G = 11.85%
B = 64.45%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5229DF (or 0x5229DF) is known color: Han Purple. HEX triplet: 52, 29 and DF. RGB value is (82,41,223). Sum of RGB (Red+Green+Blue) = 82+41+223=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #5229DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229DF is #ADD620. Grayscale: #494949. Windows color (decimal): -11392545 or 14625106. OLE color: 14625106.

HSL color Cylindrical-coordinate representation of color #5229DF: hue angle of 253.52º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5229DF is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 41 223 -
CMYK 0.63 0.82 0 0.13
HSL 253.52º 0.74% 0.52% -
HSV(B) 253.52º 0.82% 0.87% -
XYZ 17.59 8.71 70.57 -
YUV 74.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 82 41 223 0.63 0.82 0 0.13 253.52 0.74 0.52
Hex 52 29 DF 3F 52 0 D FE 4A 34
Octal 122 51 337 77 122 0 15 376 112 64
Binary 1010010 101001 11011111 111111 1010010 0 1101 11111110 1001010 110100

Color Harmonies of #5229DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5229DF

Black with #5229DF

Text Example


Text Example

White with #5229DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5229DF; }

 p { color: rgb(82,41,223); }

 H1.HeaderClassName
 {
   color: #5229DF;
 }
 .AnyTagClassName
 {
   color: #5229DF;
 }
</style>

background-color css

<style>
 a { background-color: #5229DF; }

 a { background-color: rgb(82,41,223); }

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

border-color css

<style>
 span { border-color: #5229DF; }

 span { border-color: rgb(82,41,223); }

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