Html Css Color HEX #531AEF Han Purple

📋 copy color: '#531AEF'

red 83 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #531AEF

Tints of Han Purple #531AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 23.85%
G = 7.47%
B = 68.68%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#531AEF (or 0x531AEF) is known color: Han Purple. HEX triplet: 53, 1A and EF. RGB value is (83,26,239). Sum of RGB (Red+Green+Blue) = 83+26+239=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #531AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531AEF is #ACE510. Grayscale: #424242. Windows color (decimal): -11330833 or 15669843. OLE color: 15669843.

HSL color Cylindrical-coordinate representation of color #531AEF: hue angle of 256.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531AEF is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 26 239 -
CMYK 0.65 0.89 0 0.06
HSL 256.06º 0.87% 0.52% -
HSV(B) 256.06º 0.89% 0.94% -
XYZ 19.52 8.81 82.33 -
YUV 67.33 224.88 139.18 -
System Red Green Blue C M Y K H S L
Decimal 83 26 239 0.65 0.89 0 0.06 256.06 0.87 0.52
Hex 53 1A EF 41 59 0 6 100 57 34
Octal 123 32 357 101 131 0 6 400 127 64
Binary 1010011 11010 11101111 1000001 1011001 0 110 100000000 1010111 110100

Color Harmonies of #531AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AEF

Black with #531AEF

Text Example


Text Example

White with #531AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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