Html Css Color HEX #531EEB Han Purple

📋 copy color: '#531EEB'

red 83 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #531EEB

Tints of Han Purple #531EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 23.85%
G = 8.62%
B = 67.53%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#531EEB (or 0x531EEB) is known color: Han Purple. HEX triplet: 53, 1E and EB. RGB value is (83,30,235). Sum of RGB (Red+Green+Blue) = 83+30+235=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #531EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EEB is #ACE114. Grayscale: #444444. Windows color (decimal): -11329813 or 15408723. OLE color: 15408723.

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

Color convert

RGB 83 30 235 -
CMYK 0.65 0.87 0 0.08
HSL 255.51º 0.84% 0.52% -
HSV(B) 255.51º 0.87% 0.92% -
XYZ 19.03 8.77 79.29 -
YUV 69.22 221.56 137.83 -
System Red Green Blue C M Y K H S L
Decimal 83 30 235 0.65 0.87 0 0.08 255.51 0.84 0.52
Hex 53 1E EB 41 57 0 8 100 54 34
Octal 123 36 353 101 127 0 10 400 124 64
Binary 1010011 11110 11101011 1000001 1010111 0 1000 100000000 1010100 110100

Color Harmonies of #531EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EEB

Black with #531EEB

Text Example


Text Example

White with #531EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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