Html Css Color HEX #531CDE Han Purple

📋 copy color: '#531CDE'

red 83 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #531CDE

Tints of Han Purple #531CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 24.92%
G = 8.41%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#531CDE (or 0x531CDE) is known color: Han Purple. HEX triplet: 53, 1C and DE. RGB value is (83,28,222). Sum of RGB (Red+Green+Blue) = 83+28+222=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #531CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CDE is #ACE321. Grayscale: #414141. Windows color (decimal): -11330338 or 14556243. OLE color: 14556243.

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

Color convert

RGB 83 28 222 -
CMYK 0.63 0.87 0 0.13
HSL 257.01º 0.78% 0.49% -
HSV(B) 257.01º 0.87% 0.87% -
XYZ 17.17 7.94 69.74 -
YUV 66.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 83 28 222 0.63 0.87 0 0.13 257.01 0.78 0.49
Hex 53 1C DE 3F 57 0 D 101 4E 31
Octal 123 34 336 77 127 0 15 401 116 61
Binary 1010011 11100 11011110 111111 1010111 0 1101 100000001 1001110 110001

Color Harmonies of #531CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CDE

Black with #531CDE

Text Example


Text Example

White with #531CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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