#4225E0

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

Shades of Han Purple #4225E0

Tints of Han Purple #4225E0

Color information

#4225E0 (or 0x4225E0) is unknown color: approx Han Purple. HEX triplet: 42, 25 and E0. RGB value is (66,37,224). Sum of RGB (Red+Green+Blue) = 66+37+224=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #4225E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225E0 is #BDDA1F. Grayscale: #424242. Windows color (decimal): -12442144 or 14689602. OLE color: 14689602.

HSL color Cylindrical-coordinate representation of color #4225E0: hue angle of 249.3º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4225E0 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6637224-
CMYK0.710.8300.12
HSL249.3º75.1%51.18%-
HSV(B)249.3º83.48%87.84%-
XYZ16.367.8671.18-
YUV66.99216.61127.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 224 (87.89% from 255) = 68.50%
R=20.18%
G=11.31%
B=68.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66372240.710.8300.12249.375.151.18
Hex4225E047530Cf94b33
Octal1024534010712301437111363
Binary1000010100101111000001000111101001101100111110011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4225E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4225E0; }

 p { color: rgb(66,37,224); }

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

<style>
 a { background-color: #4225E0; }

 a { background-color: rgb(66,37,224); }

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

<style>
 span { border-color: #4225E0; }

 span { border-color: rgb(66,37,224); }

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