#452CDD

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

Shades of Han Purple #452CDD

Tints of Han Purple #452CDD

Color information

#452CDD (or 0x452CDD) is unknown color: approx Han Purple. HEX triplet: 45, 2C and DD. RGB value is (69,44,221). Sum of RGB (Red+Green+Blue) = 69+44+221=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #452CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CDD is #BAD322. Grayscale: #464646. Windows color (decimal): -12243747 or 14494789. OLE color: 14494789.

HSL color Cylindrical-coordinate representation of color #452CDD: hue angle of 248.47º 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 #452CDD is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6944221-
CMYK0.690.8000.13
HSL248.47º72.24%51.96%-
HSV(B)248.47º80.09%86.67%-
XYZ16.418.2969.14-
YUV71.65212.28126.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 44 (17.58% from 255) = 13.17%
BLUE value IS 221 (86.72% from 255) = 66.17%
R=20.66%
G=13.17%
B=66.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69442210.690.8000.13248.4772.2451.96
Hex452CDD45500Df84834
Octal1055433510512001537011064
Binary1000101101100110111011000101101000001101111110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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