Html Css Color HEX #531FEB Han Purple

📋 copy color: '#531FEB'

red 83 ◦ green 31 ◦ blue 235

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

Shades of Han Purple #531FEB

Tints of Han Purple #531FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 23.78%
G = 8.88%
B = 67.34%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#531FEB (or 0x531FEB) is known color: Han Purple. HEX triplet: 53, 1F and EB. RGB value is (83,31,235). Sum of RGB (Red+Green+Blue) = 83+31+235=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #531FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FEB is #ACE014. Grayscale: #454545. Windows color (decimal): -11329557 or 15408979. OLE color: 15408979.

HSL color Cylindrical-coordinate representation of color #531FEB: hue angle of 255.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531FEB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 31 235 -
CMYK 0.65 0.87 0 0.08
HSL 255.29º 0.84% 0.52% -
HSV(B) 255.29º 0.87% 0.92% -
XYZ 19.05 8.82 79.29 -
YUV 69.8 221.23 137.41 -
System Red Green Blue C M Y K H S L
Decimal 83 31 235 0.65 0.87 0 0.08 255.29 0.84 0.52
Hex 53 1F EB 41 57 0 8 FF 54 34
Octal 123 37 353 101 127 0 10 377 124 64
Binary 1010011 11111 11101011 1000001 1010111 0 1000 11111111 1010100 110100

Color Harmonies of #531FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FEB

Black with #531FEB

Text Example


Text Example

White with #531FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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