Html Css Color HEX #531BDC Han Purple

📋 copy color: '#531BDC'

red 83 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #531BDC

Tints of Han Purple #531BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

 BLUE value IS 220 (86.33% from 255) = 66.67%

R = 25.15%
G = 8.18%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#531BDC (or 0x531BDC) is known color: Han Purple. HEX triplet: 53, 1B and DC. RGB value is (83,27,220). Sum of RGB (Red+Green+Blue) = 83+27+220=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #531BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BDC is #ACE423. Grayscale: #414141. Windows color (decimal): -11330596 or 14424915. OLE color: 14424915.

HSL color Cylindrical-coordinate representation of color #531BDC: hue angle of 257.41º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531BDC is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 27 220 -
CMYK 0.62 0.88 0 0.14
HSL 257.41º 0.78% 0.48% -
HSV(B) 257.41º 0.88% 0.86% -
XYZ 16.88 7.79 68.32 -
YUV 65.75 215.05 140.31 -
System Red Green Blue C M Y K H S L
Decimal 83 27 220 0.62 0.88 0 0.14 257.41 0.78 0.48
Hex 53 1B DC 3E 58 0 E 101 4E 30
Octal 123 33 334 76 130 0 16 401 116 60
Binary 1010011 11011 11011100 111110 1011000 0 1110 100000001 1001110 110000

Color Harmonies of #531BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BDC

Black with #531BDC

Text Example


Text Example

White with #531BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,220); }

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

background-color css

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

 a { background-color: rgb(83,27,220); }

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

border-color css

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

 span { border-color: rgb(83,27,220); }

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