Html Css Color HEX #531CE3 Han Purple

📋 copy color: '#531CE3'

red 83 ◦ green 28 ◦ blue 227

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

Shades of Han Purple #531CE3

Tints of Han Purple #531CE3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.28%

 BLUE value IS 227 (89.06% from 255) = 67.16%

R = 24.56%
G = 8.28%
B = 67.16%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#531CE3 (or 0x531CE3) is known color: Han Purple. HEX triplet: 53, 1C and E3. RGB value is (83,28,227). Sum of RGB (Red+Green+Blue) = 83+28+227=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 227 (89.06% from 255 or 67.16% from 338); Max value from RGB is 227 - color contains mainly: blue. Hex color #531CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CE3 is #ACE31C. Grayscale: #424242. Windows color (decimal): -11330333 or 14883923. OLE color: 14883923.

HSL color Cylindrical-coordinate representation of color #531CE3: hue angle of 256.58º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531CE3 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 28 227 -
CMYK 0.63 0.88 0 0.11
HSL 256.58º 0.78% 0.5% -
HSV(B) 256.58º 0.88% 0.89% -
XYZ 17.85 8.22 73.32 -
YUV 67.13 218.22 139.32 -
System Red Green Blue C M Y K H S L
Decimal 83 28 227 0.63 0.88 0 0.11 256.58 0.78 0.5
Hex 53 1C E3 3F 58 0 B 101 4E 32
Octal 123 34 343 77 130 0 13 401 116 62
Binary 1010011 11100 11100011 111111 1011000 0 1011 100000001 1001110 110010

Color Harmonies of #531CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CE3

Black with #531CE3

Text Example


Text Example

White with #531CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,227); }

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

background-color css

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

 a { background-color: rgb(83,28,227); }

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

border-color css

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

 span { border-color: rgb(83,28,227); }

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