Html Css Color HEX #531FFC Han Purple

📋 copy color: '#531FFC'

red 83 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #531FFC

Tints of Han Purple #531FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 22.68%
G = 8.47%
B = 68.85%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#531FFC (or 0x531FFC) is known color: Han Purple. HEX triplet: 53, 1F and FC. RGB value is (83,31,252). Sum of RGB (Red+Green+Blue) = 83+31+252=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #531FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FFC is #ACE003. Grayscale: #464646. Windows color (decimal): -11329540 or 16523091. OLE color: 16523091.

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

Color convert

RGB 83 31 252 -
CMYK 0.67 0.88 0 0.01
HSL 254.12º 0.97% 0.55% -
HSV(B) 254.12º 0.88% 0.99% -
XYZ 21.63 9.85 92.86 -
YUV 71.74 229.73 136.03 -
System Red Green Blue C M Y K H S L
Decimal 83 31 252 0.67 0.88 0 0.01 254.12 0.97 0.55
Hex 53 1F FC 43 58 0 1 FE 61 37
Octal 123 37 374 103 130 0 1 376 141 67
Binary 1010011 11111 11111100 1000011 1011000 0 1 11111110 1100001 110111

Color Harmonies of #531FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FFC

Black with #531FFC

Text Example


Text Example

White with #531FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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