Html Css Color HEX #531FDE Han Purple

📋 copy color: '#531FDE'

red 83 ◦ green 31 ◦ blue 222

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

Shades of Han Purple #531FDE

Tints of Han Purple #531FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 24.7%
G = 9.23%
B = 66.07%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531FDE (or 0x531FDE) is known color: Han Purple. HEX triplet: 53, 1F and DE. RGB value is (83,31,222). Sum of RGB (Red+Green+Blue) = 83+31+222=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #531FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FDE is #ACE021. Grayscale: #434343. Windows color (decimal): -11329570 or 14557011. OLE color: 14557011.

HSL color Cylindrical-coordinate representation of color #531FDE: hue angle of 256.34º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531FDE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 31 222 -
CMYK 0.63 0.86 0 0.13
HSL 256.34º 0.75% 0.5% -
HSV(B) 256.34º 0.86% 0.87% -
XYZ 17.24 8.09 69.76 -
YUV 68.32 214.73 138.47 -
System Red Green Blue C M Y K H S L
Decimal 83 31 222 0.63 0.86 0 0.13 256.34 0.75 0.5
Hex 53 1F DE 3F 56 0 D 100 4B 32
Octal 123 37 336 77 126 0 15 400 113 62
Binary 1010011 11111 11011110 111111 1010110 0 1101 100000000 1001011 110010

Color Harmonies of #531FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FDE

Black with #531FDE

Text Example


Text Example

White with #531FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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