Html Css Color HEX #531DEF Han Purple

📋 copy color: '#531DEF'

red 83 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #531DEF

Tints of Han Purple #531DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 239 (93.75% from 255) = 68.09%

R = 23.65%
G = 8.26%
B = 68.09%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#531DEF (or 0x531DEF) is known color: Han Purple. HEX triplet: 53, 1D and EF. RGB value is (83,29,239). Sum of RGB (Red+Green+Blue) = 83+29+239=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #531DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DEF is #ACE210. Grayscale: #444444. Windows color (decimal): -11330065 or 15670611. OLE color: 15670611.

HSL color Cylindrical-coordinate representation of color #531DEF: hue angle of 255.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531DEF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 29 239 -
CMYK 0.65 0.88 0 0.06
HSL 255.43º 0.87% 0.53% -
HSV(B) 255.43º 0.88% 0.94% -
XYZ 19.59 8.95 82.36 -
YUV 69.09 223.89 137.92 -
System Red Green Blue C M Y K H S L
Decimal 83 29 239 0.65 0.88 0 0.06 255.43 0.87 0.53
Hex 53 1D EF 41 58 0 6 FF 57 35
Octal 123 35 357 101 130 0 6 377 127 65
Binary 1010011 11101 11101111 1000001 1011000 0 110 11111111 1010111 110101

Color Harmonies of #531DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531DEF

Black with #531DEF

Text Example


Text Example

White with #531DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,239); }

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

background-color css

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

 a { background-color: rgb(83,29,239); }

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

border-color css

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

 span { border-color: rgb(83,29,239); }

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