Html Css Color HEX #532CDD Han Purple

📋 copy color: '#532CDD'

red 83 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #532CDD

Tints of Han Purple #532CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 23.85%
G = 12.64%
B = 63.51%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#532CDD (or 0x532CDD) is known color: Han Purple. HEX triplet: 53, 2C and DD. RGB value is (83,44,221). Sum of RGB (Red+Green+Blue) = 83+44+221=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #532CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CDD is #ACD322. Grayscale: #4B4B4B. Windows color (decimal): -11326243 or 14494803. OLE color: 14494803.

HSL color Cylindrical-coordinate representation of color #532CDD: hue angle of 253.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532CDD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 44 221 -
CMYK 0.62 0.80 0 0.13
HSL 253.22º 0.72% 0.52% -
HSV(B) 253.22º 0.8% 0.87% -
XYZ 17.52 8.86 69.19 -
YUV 75.84 209.92 133.11 -
System Red Green Blue C M Y K H S L
Decimal 83 44 221 0.62 0.80 0 0.13 253.22 0.72 0.52
Hex 53 2C DD 3E 50 0 D FD 48 34
Octal 123 54 335 76 120 0 15 375 110 64
Binary 1010011 101100 11011101 111110 1010000 0 1101 11111101 1001000 110100

Color Harmonies of #532CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CDD

Black with #532CDD

Text Example


Text Example

White with #532CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,44,221); }

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

background-color css

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

 a { background-color: rgb(83,44,221); }

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

border-color css

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

 span { border-color: rgb(83,44,221); }

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