#4526DD

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

Shades of Han Purple #4526DD

Tints of Han Purple #4526DD

Color information

#4526DD (or 0x4526DD) is unknown color: approx Han Purple. HEX triplet: 45, 26 and DD. RGB value is (69,38,221). Sum of RGB (Red+Green+Blue) = 69+38+221=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #4526DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4526DD is #BAD922. Grayscale: #434343. Windows color (decimal): -12245283 or 14493253. OLE color: 14493253.

HSL color Cylindrical-coordinate representation of color #4526DD: hue angle of 250.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4526DD is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6938221-
CMYK0.690.8300.13
HSL250.16º72.91%50.78%-
HSV(B)250.16º82.81%86.67%-
XYZ16.27.8769.07-
YUV68.13214.27128.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 221 (86.72% from 255) = 67.38%
R=21.04%
G=11.59%
B=67.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69382210.690.8300.13250.1672.9150.78
Hex4526DD45530Dfa4933
Octal1054633510512301537211163
Binary1000101100110110111011000101101001101101111110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4526DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4526DD; }

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

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

<style>
 a { background-color: #4526DD; }

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

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

<style>
 span { border-color: #4526DD; }

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

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