Html Css Color HEX #531AEC Han Purple

📋 copy color: '#531AEC'

red 83 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #531AEC

Tints of Han Purple #531AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 24.06%
G = 7.54%
B = 68.41%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#531AEC (or 0x531AEC) is known color: Han Purple. HEX triplet: 53, 1A and EC. RGB value is (83,26,236). Sum of RGB (Red+Green+Blue) = 83+26+236=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #531AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AEC is #ACE513. Grayscale: #424242. Windows color (decimal): -11330836 or 15473235. OLE color: 15473235.

HSL color Cylindrical-coordinate representation of color #531AEC: hue angle of 256.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531AEC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 26 236 -
CMYK 0.65 0.89 0 0.07
HSL 256.29º 0.85% 0.51% -
HSV(B) 256.29º 0.89% 0.93% -
XYZ 19.08 8.63 80.02 -
YUV 66.98 223.38 139.42 -
System Red Green Blue C M Y K H S L
Decimal 83 26 236 0.65 0.89 0 0.07 256.29 0.85 0.51
Hex 53 1A EC 41 59 0 7 100 55 33
Octal 123 32 354 101 131 0 7 400 125 63
Binary 1010011 11010 11101100 1000001 1011001 0 111 100000000 1010101 110011

Color Harmonies of #531AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AEC

Black with #531AEC

Text Example


Text Example

White with #531AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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