Html Css Color HEX #531EED Han Purple

📋 copy color: '#531EED'

red 83 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #531EED

Tints of Han Purple #531EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 23.71%
G = 8.57%
B = 67.71%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#531EED (or 0x531EED) is known color: Han Purple. HEX triplet: 53, 1E and ED. RGB value is (83,30,237). Sum of RGB (Red+Green+Blue) = 83+30+237=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #531EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EED is #ACE112. Grayscale: #444444. Windows color (decimal): -11329811 or 15539795. OLE color: 15539795.

HSL color Cylindrical-coordinate representation of color #531EED: hue angle of 255.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531EED is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 30 237 -
CMYK 0.65 0.87 0 0.07
HSL 255.36º 0.85% 0.52% -
HSV(B) 255.36º 0.87% 0.93% -
XYZ 19.32 8.88 80.82 -
YUV 69.45 222.56 137.67 -
System Red Green Blue C M Y K H S L
Decimal 83 30 237 0.65 0.87 0 0.07 255.36 0.85 0.52
Hex 53 1E ED 41 57 0 7 FF 55 34
Octal 123 36 355 101 127 0 7 377 125 64
Binary 1010011 11110 11101101 1000001 1010111 0 111 11111111 1010101 110100

Color Harmonies of #531EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EED

Black with #531EED

Text Example


Text Example

White with #531EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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