Html Css Color HEX #531EFF Han Purple

📋 copy color: '#531EFF'

red 83 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #531EFF

Tints of Han Purple #531EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.29%

R = 22.55%
G = 8.15%
B = 69.29%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#531EFF (or 0x531EFF) is known color: Han Purple. HEX triplet: 53, 1E and FF. RGB value is (83,30,255). Sum of RGB (Red+Green+Blue) = 83+30+255=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #531EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EFF is #ACE100. Grayscale: #464646. Windows color (decimal): -11329793 or 16719443. OLE color: 16719443.

HSL color Cylindrical-coordinate representation of color #531EFF: hue angle of 254.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531EFF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 30 255 -
CMYK 0.67 0.88 0 0
HSL 254.13º 1% 0.56% -
HSV(B) 254.13º 0.88% 1% -
XYZ 22.08 9.99 95.37 -
YUV 71.5 231.56 136.2 -
System Red Green Blue C M Y K H S L
Decimal 83 30 255 0.67 0.88 0 0 254.13 1 0.56
Hex 53 1E FF 43 58 0 0 FE 64 38
Octal 123 36 377 103 130 0 0 376 144 70
Binary 1010011 11110 11111111 1000011 1011000 0 0 11111110 1100100 111000

Color Harmonies of #531EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EFF

Black with #531EFF

Text Example


Text Example

White with #531EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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