#412250

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

Shades of Jagger #412250

Tints of Jagger #412250

Color information

#412250 (or 0x412250) is unknown color: approx Jagger. HEX triplet: 41, 22 and 50. RGB value is (65,34,80). Sum of RGB (Red+Green+Blue) = 65+34+80=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #412250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412250 is #BEDDAF. Grayscale: #303030. Windows color (decimal): -12508592 or 5251649. OLE color: 5251649.

HSL color Cylindrical-coordinate representation of color #412250: hue angle of 280.43º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #412250 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB653480-
CMYK0.190.5800.69
HSL280.43º40.35%22.35%-
HSV(B)280.43º57.5%31.37%-
XYZ4.22.857.92-
YUV48.51145.77139.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=36.31%
G=18.99%
B=44.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6534800.190.5800.69280.4340.3522.35
Hex412250133A0451182816
Octal10142120237201054305026
Binary10000011000101010000100111110100100010110001100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412250; }

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

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

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

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

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

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

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

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