Html Css Color HEX #531DF2 Han Purple

📋 copy color: '#531DF2'

red 83 ◦ green 29 ◦ blue 242

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

Shades of Han Purple #531DF2

Tints of Han Purple #531DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 68.36%

R = 23.45%
G = 8.19%
B = 68.36%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#531DF2 (or 0x531DF2) is known color: Han Purple. HEX triplet: 53, 1D and F2. RGB value is (83,29,242). Sum of RGB (Red+Green+Blue) = 83+29+242=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #531DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DF2 is #ACE20D. Grayscale: #444444. Windows color (decimal): -11330062 or 15867219. OLE color: 15867219.

HSL color Cylindrical-coordinate representation of color #531DF2: hue angle of 255.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531DF2 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 29 242 -
CMYK 0.66 0.88 0 0.05
HSL 255.21º 0.89% 0.53% -
HSV(B) 255.21º 0.88% 0.95% -
XYZ 20.03 9.13 84.71 -
YUV 69.43 225.39 137.68 -
System Red Green Blue C M Y K H S L
Decimal 83 29 242 0.66 0.88 0 0.05 255.21 0.89 0.53
Hex 53 1D F2 42 58 0 5 FF 59 35
Octal 123 35 362 102 130 0 5 377 131 65
Binary 1010011 11101 11110010 1000010 1011000 0 101 11111111 1011001 110101

Color Harmonies of #531DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DF2

Black with #531DF2

Text Example


Text Example

White with #531DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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