Html Css Color HEX #531EDA Han Purple

📋 copy color: '#531EDA'

red 83 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #531EDA

Tints of Han Purple #531EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.86%

R = 25.08%
G = 9.06%
B = 65.86%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#531EDA (or 0x531EDA) is known color: Han Purple. HEX triplet: 53, 1E and DA. RGB value is (83,30,218). Sum of RGB (Red+Green+Blue) = 83+30+218=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #531EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EDA is #ACE125. Grayscale: #424242. Windows color (decimal): -11329830 or 14294611. OLE color: 14294611.

HSL color Cylindrical-coordinate representation of color #531EDA: hue angle of 256.91º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531EDA is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 30 218 -
CMYK 0.62 0.86 0 0.15
HSL 256.91º 0.76% 0.49% -
HSV(B) 256.91º 0.86% 0.85% -
XYZ 16.69 7.83 66.96 -
YUV 67.28 213.06 139.21 -
System Red Green Blue C M Y K H S L
Decimal 83 30 218 0.62 0.86 0 0.15 256.91 0.76 0.49
Hex 53 1E DA 3E 56 0 F 101 4C 31
Octal 123 36 332 76 126 0 17 401 114 61
Binary 1010011 11110 11011010 111110 1010110 0 1111 100000001 1001100 110001

Color Harmonies of #531EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EDA

Black with #531EDA

Text Example


Text Example

White with #531EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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