Html Css Color HEX #531AFC Han Purple

📋 copy color: '#531AFC'

red 83 ◦ green 26 ◦ blue 252

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

Shades of Han Purple #531AFC

Tints of Han Purple #531AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.81%

R = 22.99%
G = 7.2%
B = 69.81%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#531AFC (or 0x531AFC) is known color: Han Purple. HEX triplet: 53, 1A and FC. RGB value is (83,26,252). Sum of RGB (Red+Green+Blue) = 83+26+252=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #531AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AFC is #ACE503. Grayscale: #434343. Windows color (decimal): -11330820 or 16521811. OLE color: 16521811.

HSL color Cylindrical-coordinate representation of color #531AFC: hue angle of 255.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531AFC is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 26 252 -
CMYK 0.67 0.90 0 0.01
HSL 255.13º 0.97% 0.55% -
HSV(B) 255.13º 0.9% 0.99% -
XYZ 21.51 9.61 92.82 -
YUV 68.81 231.38 138.12 -
System Red Green Blue C M Y K H S L
Decimal 83 26 252 0.67 0.90 0 0.01 255.13 0.97 0.55
Hex 53 1A FC 43 5A 0 1 FF 61 37
Octal 123 32 374 103 132 0 1 377 141 67
Binary 1010011 11010 11111100 1000011 1011010 0 1 11111111 1100001 110111

Color Harmonies of #531AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AFC

Black with #531AFC

Text Example


Text Example

White with #531AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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