Html Css Color HEX #531BDD Han Purple

📋 copy color: '#531BDD'

red 83 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #531BDD

Tints of Han Purple #531BDD

RGB

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

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

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

R = 25.08%
G = 8.16%
B = 66.77%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531BDD (or 0x531BDD) is known color: Han Purple. HEX triplet: 53, 1B and DD. RGB value is (83,27,221). Sum of RGB (Red+Green+Blue) = 83+27+221=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #531BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BDD is #ACE422. Grayscale: #414141. Windows color (decimal): -11330595 or 14490451. OLE color: 14490451.

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

Color convert

RGB 83 27 221 -
CMYK 0.62 0.88 0 0.13
HSL 257.32º 0.78% 0.49% -
HSV(B) 257.32º 0.88% 0.87% -
XYZ 17.01 7.84 69.02 -
YUV 65.86 215.55 140.23 -
System Red Green Blue C M Y K H S L
Decimal 83 27 221 0.62 0.88 0 0.13 257.32 0.78 0.49
Hex 53 1B DD 3E 58 0 D 101 4E 31
Octal 123 33 335 76 130 0 15 401 116 61
Binary 1010011 11011 11011101 111110 1011000 0 1101 100000001 1001110 110001

Color Harmonies of #531BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BDD

Black with #531BDD

Text Example


Text Example

White with #531BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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