Html Css Color HEX #531DFE Han Purple

📋 copy color: '#531DFE'

red 83 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #531DFE

Tints of Han Purple #531DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 22.68%
G = 7.92%
B = 69.4%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#531DFE (or 0x531DFE) is known color: Han Purple. HEX triplet: 53, 1D and FE. RGB value is (83,29,254). Sum of RGB (Red+Green+Blue) = 83+29+254=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #531DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DFE is #ACE201. Grayscale: #454545. Windows color (decimal): -11330050 or 16653651. OLE color: 16653651.

HSL color Cylindrical-coordinate representation of color #531DFE: hue angle of 254.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531DFE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 29 254 -
CMYK 0.67 0.89 0 0.00
HSL 254.4º 0.99% 0.55% -
HSV(B) 254.4º 0.89% 1% -
XYZ 21.9 9.87 94.52 -
YUV 70.8 231.39 136.7 -
System Red Green Blue C M Y K H S L
Decimal 83 29 254 0.67 0.89 0 0.00 254.4 0.99 0.55
Hex 53 1D FE 43 59 0 0 FE 63 37
Octal 123 35 376 103 131 0 0 376 143 67
Binary 1010011 11101 11111110 1000011 1011001 0 0 11111110 1100011 110111

Color Harmonies of #531DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DFE

Black with #531DFE

Text Example


Text Example

White with #531DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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