Html Css Color HEX #531ADD Han Purple

📋 copy color: '#531ADD'

red 83 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #531ADD

Tints of Han Purple #531ADD

RGB

 RED value IS 83 (32.81% from 255) = 25.15%

 GREEN value IS 26 (10.55% from 255) = 7.88%

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 25.15%
G = 7.88%
B = 66.97%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531ADD (or 0x531ADD) is known color: Han Purple. HEX triplet: 53, 1A and DD. RGB value is (83,26,221). Sum of RGB (Red+Green+Blue) = 83+26+221=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #531ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ADD is #ACE522. Grayscale: #404040. Windows color (decimal): -11330851 or 14490195. OLE color: 14490195.

HSL color Cylindrical-coordinate representation of color #531ADD: hue angle of 257.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531ADD is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 26 221 -
CMYK 0.62 0.88 0 0.13
HSL 257.54º 0.79% 0.48% -
HSV(B) 257.54º 0.88% 0.87% -
XYZ 16.99 7.8 69.02 -
YUV 65.27 215.88 140.64 -
System Red Green Blue C M Y K H S L
Decimal 83 26 221 0.62 0.88 0 0.13 257.54 0.79 0.48
Hex 53 1A DD 3E 58 0 D 102 4F 30
Octal 123 32 335 76 130 0 15 402 117 60
Binary 1010011 11010 11011101 111110 1011000 0 1101 100000010 1001111 110000

Color Harmonies of #531ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ADD

Black with #531ADD

Text Example


Text Example

White with #531ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531ADD; }

 p { color: rgb(83,26,221); }

 H1.HeaderClassName
 {
   color: #531ADD;
 }
 .AnyTagClassName
 {
   color: #531ADD;
 }
</style>

background-color css

<style>
 a { background-color: #531ADD; }

 a { background-color: rgb(83,26,221); }

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

border-color css

<style>
 span { border-color: #531ADD; }

 span { border-color: rgb(83,26,221); }

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