Html Css Color HEX #531EF2 Han Purple

📋 copy color: '#531EF2'

red 83 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #531EF2

Tints of Han Purple #531EF2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

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

R = 23.38%
G = 8.45%
B = 68.17%

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

#531EF2 (or 0x531EF2) is known color: Han Purple. HEX triplet: 53, 1E and F2. RGB value is (83,30,242). Sum of RGB (Red+Green+Blue) = 83+30+242=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #531EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EF2 is #ACE10D. Grayscale: #454545. Windows color (decimal): -11329806 or 15867475. OLE color: 15867475.

HSL color Cylindrical-coordinate representation of color #531EF2: hue angle of 255º 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 #531EF2 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 30 242 -
CMYK 0.66 0.88 0 0.05
HSL 255º 0.89% 0.53% -
HSV(B) 255º 0.88% 0.95% -
XYZ 20.06 9.18 84.72 -
YUV 70.02 225.06 137.26 -
System Red Green Blue C M Y K H S L
Decimal 83 30 242 0.66 0.88 0 0.05 255 0.89 0.53
Hex 53 1E F2 42 58 0 5 FF 59 35
Octal 123 36 362 102 130 0 5 377 131 65
Binary 1010011 11110 11110010 1000010 1011000 0 101 11111111 1011001 110101

Color Harmonies of #531EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EF2

Black with #531EF2

Text Example


Text Example

White with #531EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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