#412252

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

Shades of Jagger #412252

Tints of Jagger #412252

Color information

#412252 (or 0x412252) is unknown color: approx Jagger. HEX triplet: 41, 22 and 52. RGB value is (65,34,82). Sum of RGB (Red+Green+Blue) = 65+34+82=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #412252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412252 is #BEDDAD. Grayscale: #303030. Windows color (decimal): -12508590 or 5382721. OLE color: 5382721.

HSL color Cylindrical-coordinate representation of color #412252: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412252 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB653482-
CMYK0.210.5900.68
HSL278.75º41.38%22.75%-
HSV(B)278.75º58.54%32.16%-
XYZ4.272.888.31-
YUV48.74146.77139.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=35.91%
G=18.78%
B=45.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6534820.210.5900.68278.7541.3822.75
Hex412252153B0441172917
Octal10142122257301044275127
Binary10000011000101010010101011110110100010010001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412252; }

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

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

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

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

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

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

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

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