Html Css Color HEX #531FDD Han Purple

📋 copy color: '#531FDD'

red 83 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #531FDD

Tints of Han Purple #531FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 24.78%
G = 9.25%
B = 65.97%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531FDD (or 0x531FDD) is known color: Han Purple. HEX triplet: 53, 1F and DD. RGB value is (83,31,221). Sum of RGB (Red+Green+Blue) = 83+31+221=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #531FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FDD is #ACE022. Grayscale: #434343. Windows color (decimal): -11329571 or 14491475. OLE color: 14491475.

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

Color convert

RGB 83 31 221 -
CMYK 0.62 0.86 0 0.13
HSL 256.42º 0.75% 0.49% -
HSV(B) 256.42º 0.86% 0.87% -
XYZ 17.11 8.04 69.06 -
YUV 68.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 83 31 221 0.62 0.86 0 0.13 256.42 0.75 0.49
Hex 53 1F DD 3E 56 0 D 100 4B 31
Octal 123 37 335 76 126 0 15 400 113 61
Binary 1010011 11111 11011101 111110 1010110 0 1101 100000000 1001011 110001

Color Harmonies of #531FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FDD

Black with #531FDD

Text Example


Text Example

White with #531FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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