#412353

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

Shades of Jagger #412353

Tints of Jagger #412353

Color information

#412353 (or 0x412353) is unknown color: approx Jagger. HEX triplet: 41, 23 and 53. RGB value is (65,35,83). Sum of RGB (Red+Green+Blue) = 65+35+83=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #412353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412353 is #BEDCAC. Grayscale: #313131. Windows color (decimal): -12508333 or 5448513. OLE color: 5448513.

HSL color Cylindrical-coordinate representation of color #412353: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412353 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB653583-
CMYK0.220.5800.67
HSL277.5º40.68%23.14%-
HSV(B)277.5º57.83%32.55%-
XYZ4.342.958.52-
YUV49.44146.94139.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=35.52%
G=19.13%
B=45.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6535830.220.5800.67277.540.6823.14
Hex412353163A0431162917
Octal10143123267201034265127
Binary10000011000111010011101101110100100001110001011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412353; }

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

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

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

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

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

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

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

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