Html Css Color HEX #531AFF Han Purple

📋 copy color: '#531AFF'

red 83 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #531AFF

Tints of Han Purple #531AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.05%

R = 22.8%
G = 7.14%
B = 70.05%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#531AFF (or 0x531AFF) is known color: Han Purple. HEX triplet: 53, 1A and FF. RGB value is (83,26,255). Sum of RGB (Red+Green+Blue) = 83+26+255=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #531AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AFF is #ACE500. Grayscale: #444444. Windows color (decimal): -11330817 or 16718419. OLE color: 16718419.

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

Color convert

RGB 83 26 255 -
CMYK 0.67 0.90 0 0
HSL 254.93º 1% 0.55% -
HSV(B) 254.93º 0.9% 1% -
XYZ 21.99 9.8 95.34 -
YUV 69.15 232.88 137.88 -
System Red Green Blue C M Y K H S L
Decimal 83 26 255 0.67 0.90 0 0 254.93 1 0.55
Hex 53 1A FF 43 5A 0 0 FF 64 37
Octal 123 32 377 103 132 0 0 377 144 67
Binary 1010011 11010 11111111 1000011 1011010 0 0 11111111 1100100 110111

Color Harmonies of #531AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AFF

Black with #531AFF

Text Example


Text Example

White with #531AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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