Html Css Color HEX #531CE0 Han Purple

📋 copy color: '#531CE0'

red 83 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #531CE0

Tints of Han Purple #531CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 24.78%
G = 8.36%
B = 66.87%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#531CE0 (or 0x531CE0) is known color: Han Purple. HEX triplet: 53, 1C and E0. RGB value is (83,28,224). Sum of RGB (Red+Green+Blue) = 83+28+224=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #531CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CE0 is #ACE31F. Grayscale: #424242. Windows color (decimal): -11330336 or 14687315. OLE color: 14687315.

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

Color convert

RGB 83 28 224 -
CMYK 0.63 0.88 0 0.12
HSL 256.84º 0.78% 0.49% -
HSV(B) 256.84º 0.88% 0.88% -
XYZ 17.44 8.05 71.16 -
YUV 66.79 216.72 139.56 -
System Red Green Blue C M Y K H S L
Decimal 83 28 224 0.63 0.88 0 0.12 256.84 0.78 0.49
Hex 53 1C E0 3F 58 0 C 101 4E 31
Octal 123 34 340 77 130 0 14 401 116 61
Binary 1010011 11100 11100000 111111 1011000 0 1100 100000001 1001110 110001

Color Harmonies of #531CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CE0

Black with #531CE0

Text Example


Text Example

White with #531CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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