Html Css Color HEX #532DF1 Han Purple

📋 copy color: '#532DF1'

red 83 ◦ green 45 ◦ blue 241

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

Shades of Han Purple #532DF1

Tints of Han Purple #532DF1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 22.49%
G = 12.2%
B = 65.31%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#532DF1 (or 0x532DF1) is known color: Han Purple. HEX triplet: 53, 2D and F1. RGB value is (83,45,241). Sum of RGB (Red+Green+Blue) = 83+45+241=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #532DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532DF1 is #ACD20E. Grayscale: #4D4D4D. Windows color (decimal): -11325967 or 15805779. OLE color: 15805779.

HSL color Cylindrical-coordinate representation of color #532DF1: hue angle of 251.63º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532DF1 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 45 241 -
CMYK 0.66 0.81 0 0.05
HSL 251.63º 0.88% 0.56% -
HSV(B) 251.63º 0.81% 0.95% -
XYZ 20.38 10.07 84.09 -
YUV 78.71 219.59 131.06 -
System Red Green Blue C M Y K H S L
Decimal 83 45 241 0.66 0.81 0 0.05 251.63 0.88 0.56
Hex 53 2D F1 42 51 0 5 FC 58 38
Octal 123 55 361 102 121 0 5 374 130 70
Binary 1010011 101101 11110001 1000010 1010001 0 101 11111100 1011000 111000

Color Harmonies of #532DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DF1

Black with #532DF1

Text Example


Text Example

White with #532DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532DF1; }

 p { color: rgb(83,45,241); }

 H1.HeaderClassName
 {
   color: #532DF1;
 }
 .AnyTagClassName
 {
   color: #532DF1;
 }
</style>

background-color css

<style>
 a { background-color: #532DF1; }

 a { background-color: rgb(83,45,241); }

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

border-color css

<style>
 span { border-color: #532DF1; }

 span { border-color: rgb(83,45,241); }

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