Html Css Color HEX #531FFF Han Purple

📋 copy color: '#531FFF'

red 83 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #531FFF

Tints of Han Purple #531FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

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

R = 22.49%
G = 8.4%
B = 69.11%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#531FFF (or 0x531FFF) is known color: Han Purple. HEX triplet: 53, 1F and FF. RGB value is (83,31,255). Sum of RGB (Red+Green+Blue) = 83+31+255=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #531FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FFF is #ACE000. Grayscale: #474747. Windows color (decimal): -11329537 or 16719699. OLE color: 16719699.

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

Color convert

RGB 83 31 255 -
CMYK 0.67 0.88 0 0
HSL 253.93º 1% 0.56% -
HSV(B) 253.93º 0.88% 1% -
XYZ 22.11 10.04 95.38 -
YUV 72.08 231.23 135.79 -
System Red Green Blue C M Y K H S L
Decimal 83 31 255 0.67 0.88 0 0 253.93 1 0.56
Hex 53 1F FF 43 58 0 0 FE 64 38
Octal 123 37 377 103 130 0 0 376 144 70
Binary 1010011 11111 11111111 1000011 1011000 0 0 11111110 1100100 111000

Color Harmonies of #531FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FFF

Black with #531FFF

Text Example


Text Example

White with #531FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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