#41235A

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

Shades of Jagger #41235A

Tints of Jagger #41235A

Color information

#41235A (or 0x41235A) is unknown color: approx Jagger. HEX triplet: 41, 23 and 5A. RGB value is (65,35,90). Sum of RGB (Red+Green+Blue) = 65+35+90=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #41235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41235A is #BEDCA5. Grayscale: #323232. Windows color (decimal): -12508326 or 5907265. OLE color: 5907265.

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

Color convert

RGB653590-
CMYK0.280.6100.65
HSL272.73º44%24.51%-
HSV(B)272.73º61.11%35.29%-
XYZ4.633.0610.02-
YUV50.24150.44138.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=34.21%
G=18.42%
B=47.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6535900.280.6100.65272.734424.51
Hex41235A1C3D0411112c19
Octal10143132347501014215431
Binary10000011000111011010111001111010100000110001000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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