Html Css Color HEX #531EEF Han Purple

📋 copy color: '#531EEF'

red 83 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #531EEF

Tints of Han Purple #531EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 23.58%
G = 8.52%
B = 67.9%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#531EEF (or 0x531EEF) is known color: Han Purple. HEX triplet: 53, 1E and EF. RGB value is (83,30,239). Sum of RGB (Red+Green+Blue) = 83+30+239=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #531EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EEF is #ACE110. Grayscale: #444444. Windows color (decimal): -11329809 or 15670867. OLE color: 15670867.

HSL color Cylindrical-coordinate representation of color #531EEF: hue angle of 255.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531EEF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 30 239 -
CMYK 0.65 0.87 0 0.06
HSL 255.22º 0.87% 0.53% -
HSV(B) 255.22º 0.87% 0.94% -
XYZ 19.61 9 82.36 -
YUV 69.67 223.56 137.51 -
System Red Green Blue C M Y K H S L
Decimal 83 30 239 0.65 0.87 0 0.06 255.22 0.87 0.53
Hex 53 1E EF 41 57 0 6 FF 57 35
Octal 123 36 357 101 127 0 6 377 127 65
Binary 1010011 11110 11101111 1000001 1010111 0 110 11111111 1010111 110101

Color Harmonies of #531EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EEF

Black with #531EEF

Text Example


Text Example

White with #531EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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