#41225A

Color #41225A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #41225A

Tints of Jagger #41225A

Color information

#41225A (or 0x41225A) is unknown color: approx Jagger. HEX triplet: 41, 22 and 5A. RGB value is (65,34,90). Sum of RGB (Red+Green+Blue) = 65+34+90=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #41225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41225A is #BEDDA5. Grayscale: #313131. Windows color (decimal): -12508582 or 5907009. OLE color: 5907009.

HSL color Cylindrical-coordinate representation of color #41225A: hue angle of 273.21º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41225A is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB653490-
CMYK0.280.6200.65
HSL273.21º45.16%24.31%-
HSV(B)273.21º62.22%35.29%-
XYZ4.63.0110.01-
YUV49.65150.77138.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=34.39%
G=17.99%
B=47.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6534900.280.6200.65273.2145.1624.31
Hex41225A1C3E0411112d18
Octal10142132347601014215530
Binary10000011000101011010111001111100100000110001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41225A; }

 p { color: rgb(65,34,90); }

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

<style>
 a { background-color: #41225A; }

 a { background-color: rgb(65,34,90); }

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

<style>
 span { border-color: #41225A; }

 span { border-color: rgb(65,34,90); }

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