Html Css Color HEX #531DFB Han Purple

📋 copy color: '#531DFB'

red 83 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #531DFB

Tints of Han Purple #531DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 22.87%
G = 7.99%
B = 69.15%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#531DFB (or 0x531DFB) is known color: Han Purple. HEX triplet: 53, 1D and FB. RGB value is (83,29,251). Sum of RGB (Red+Green+Blue) = 83+29+251=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #531DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DFB is #ACE204. Grayscale: #454545. Windows color (decimal): -11330053 or 16457043. OLE color: 16457043.

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

Color convert

RGB 83 29 251 -
CMYK 0.67 0.88 0 0.02
HSL 254.59º 0.97% 0.55% -
HSV(B) 254.59º 0.88% 0.98% -
XYZ 21.42 9.68 92.01 -
YUV 70.45 229.89 136.95 -
System Red Green Blue C M Y K H S L
Decimal 83 29 251 0.67 0.88 0 0.02 254.59 0.97 0.55
Hex 53 1D FB 43 58 0 2 FF 61 37
Octal 123 35 373 103 130 0 2 377 141 67
Binary 1010011 11101 11111011 1000011 1011000 0 10 11111111 1100001 110111

Color Harmonies of #531DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DFB

Black with #531DFB

Text Example


Text Example

White with #531DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,251); }

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

background-color css

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

 a { background-color: rgb(83,29,251); }

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

border-color css

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

 span { border-color: rgb(83,29,251); }

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