Html Css Color HEX #531AFA Han Purple

📋 copy color: '#531AFA'

red 83 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #531AFA

Tints of Han Purple #531AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 23.12%
G = 7.24%
B = 69.64%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#531AFA (or 0x531AFA) is known color: Han Purple. HEX triplet: 53, 1A and FA. RGB value is (83,26,250). Sum of RGB (Red+Green+Blue) = 83+26+250=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #531AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AFA is #ACE505. Grayscale: #434343. Windows color (decimal): -11330822 or 16390739. OLE color: 16390739.

HSL color Cylindrical-coordinate representation of color #531AFA: hue angle of 255.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531AFA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 26 250 -
CMYK 0.67 0.90 0 0.02
HSL 255.27º 0.96% 0.54% -
HSV(B) 255.27º 0.9% 0.98% -
XYZ 21.19 9.48 91.16 -
YUV 68.58 230.38 138.29 -
System Red Green Blue C M Y K H S L
Decimal 83 26 250 0.67 0.90 0 0.02 255.27 0.96 0.54
Hex 53 1A FA 43 5A 0 2 FF 60 36
Octal 123 32 372 103 132 0 2 377 140 66
Binary 1010011 11010 11111010 1000011 1011010 0 10 11111111 1100000 110110

Color Harmonies of #531AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AFA

Black with #531AFA

Text Example


Text Example

White with #531AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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