Html Css Color HEX #531ADF Han Purple

📋 copy color: '#531ADF'

red 83 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #531ADF

Tints of Han Purple #531ADF

RGB

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

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

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

R = 25%
G = 7.83%
B = 67.17%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531ADF (or 0x531ADF) is known color: Han Purple. HEX triplet: 53, 1A and DF. RGB value is (83,26,223). Sum of RGB (Red+Green+Blue) = 83+26+223=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #531ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ADF is #ACE520. Grayscale: #404040. Windows color (decimal): -11330849 or 14621267. OLE color: 14621267.

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

Color convert

RGB 83 26 223 -
CMYK 0.63 0.88 0 0.13
HSL 257.36º 0.79% 0.49% -
HSV(B) 257.36º 0.88% 0.87% -
XYZ 17.26 7.91 70.43 -
YUV 65.5 216.88 140.48 -
System Red Green Blue C M Y K H S L
Decimal 83 26 223 0.63 0.88 0 0.13 257.36 0.79 0.49
Hex 53 1A DF 3F 58 0 D 101 4F 31
Octal 123 32 337 77 130 0 15 401 117 61
Binary 1010011 11010 11011111 111111 1011000 0 1101 100000001 1001111 110001

Color Harmonies of #531ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ADF

Black with #531ADF

Text Example


Text Example

White with #531ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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