Html Css Color HEX #531BFD Han Purple

📋 copy color: '#531BFD'

red 83 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #531BFD

Tints of Han Purple #531BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 22.87%
G = 7.44%
B = 69.7%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#531BFD (or 0x531BFD) is known color: Han Purple. HEX triplet: 53, 1B and FD. RGB value is (83,27,253). Sum of RGB (Red+Green+Blue) = 83+27+253=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #531BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531BFD is #ACE402. Grayscale: #444444. Windows color (decimal): -11330563 or 16587603. OLE color: 16587603.

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

Color convert

RGB 83 27 253 -
CMYK 0.67 0.89 0 0.01
HSL 254.87º 0.98% 0.55% -
HSV(B) 254.87º 0.89% 0.99% -
XYZ 21.69 9.71 93.66 -
YUV 69.51 231.55 137.62 -
System Red Green Blue C M Y K H S L
Decimal 83 27 253 0.67 0.89 0 0.01 254.87 0.98 0.55
Hex 53 1B FD 43 59 0 1 FF 62 37
Octal 123 33 375 103 131 0 1 377 142 67
Binary 1010011 11011 11111101 1000011 1011001 0 1 11111111 1100010 110111

Color Harmonies of #531BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BFD

Black with #531BFD

Text Example


Text Example

White with #531BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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