#4225A1

Color #4225A1 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4225A1

Tints of Blue Gem #4225A1

Color information

#4225A1 (or 0x4225A1) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and A1. RGB value is (66,37,161). Sum of RGB (Red+Green+Blue) = 66+37+161=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #4225A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4225A1 is #BDDA5E. Grayscale: #3B3B3B. Windows color (decimal): -12442207 or 10560834. OLE color: 10560834.

HSL color Cylindrical-coordinate representation of color #4225A1: hue angle of 254.03º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4225A1 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6637161-
CMYK0.590.7700.37
HSL254.03º62.63%38.82%-
HSV(B)254.03º77.02%63.14%-
XYZ9.345.0534.2-
YUV59.81185.11132.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 161 (63.28% from 255) = 60.98%
R=25%
G=14.02%
B=60.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66371610.590.7700.37254.0362.6338.82
Hex4225A13B4D025fe3f27
Octal10245241731150453767747
Binary1000010100101101000011110111001101010010111111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4225A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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