Html Css Color HEX #5225DB Han Purple

📋 copy color: '#5225DB'

red 82 ◦ green 37 ◦ blue 219

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

Shades of Han Purple #5225DB

Tints of Han Purple #5225DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 24.26%
G = 10.95%
B = 64.79%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5225DB (or 0x5225DB) is known color: Han Purple. HEX triplet: 52, 25 and DB. RGB value is (82,37,219). Sum of RGB (Red+Green+Blue) = 82+37+219=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #5225DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5225DB is #ADDA24. Grayscale: #464646. Windows color (decimal): -11393573 or 14361938. OLE color: 14361938.

HSL color Cylindrical-coordinate representation of color #5225DB: hue angle of 254.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5225DB is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 37 219 -
CMYK 0.63 0.83 0 0.14
HSL 254.84º 0.72% 0.5% -
HSV(B) 254.84º 0.83% 0.86% -
XYZ 16.93 8.23 67.71 -
YUV 71.2 211.41 135.7 -
System Red Green Blue C M Y K H S L
Decimal 82 37 219 0.63 0.83 0 0.14 254.84 0.72 0.5
Hex 52 25 DB 3F 53 0 E FF 48 32
Octal 122 45 333 77 123 0 16 377 110 62
Binary 1010010 100101 11011011 111111 1010011 0 1110 11111111 1001000 110010

Color Harmonies of #5225DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5225DB

Black with #5225DB

Text Example


Text Example

White with #5225DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5225DB; }

 p { color: rgb(82,37,219); }

 H1.HeaderClassName
 {
   color: #5225DB;
 }
 .AnyTagClassName
 {
   color: #5225DB;
 }
</style>

background-color css

<style>
 a { background-color: #5225DB; }

 a { background-color: rgb(82,37,219); }

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

border-color css

<style>
 span { border-color: #5225DB; }

 span { border-color: rgb(82,37,219); }

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