#4531DA

Color #4531DA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4531DA

Tints of Han Purple #4531DA

Color information

#4531DA (or 0x4531DA) is unknown color: approx Han Purple. HEX triplet: 45, 31 and DA. RGB value is (69,49,218). Sum of RGB (Red+Green+Blue) = 69+49+218=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #4531DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531DA is #BACE25. Grayscale: #494949. Windows color (decimal): -12242470 or 14299461. OLE color: 14299461.

HSL color Cylindrical-coordinate representation of color #4531DA: hue angle of 247.1º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4531DA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6949218-
CMYK0.680.7800.15
HSL247.1º69.55%52.35%-
HSV(B)247.1º77.52%85.49%-
XYZ16.218.5267.12-
YUV74.25209.13124.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 218 (85.55% from 255) = 64.88%
R=20.54%
G=14.58%
B=64.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69492180.680.7800.15247.169.5552.35
Hex4531DA444E0Ff74634
Octal1056133210411601736710664
Binary1000101110001110110101000100100111001111111101111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4531DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4531DA; }

 p { color: rgb(69,49,218); }

 H1.HeaderClassName
 {
   color: #4531DA;
 }
 .AnyTagClassName
 {
   color: #4531DA;
 }
</style>
background-color css

<style>
 a { background-color: #4531DA; }

 a { background-color: rgb(69,49,218); }

 div.DivClassName
 {
   background-color: #4531DA;
 }
 .BgClassName
 {
   background-color: #4531DA;
 }
</style>
border-color css

<style>
 span { border-color: #4531DA; }

 span { border-color: rgb(69,49,218); }

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