#412F4B

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

Shades of Jagger #412F4B

Tints of Jagger #412F4B

Color information

#412F4B (or 0x412F4B) is unknown color: approx Jagger. HEX triplet: 41, 2F and 4B. RGB value is (65,47,75). Sum of RGB (Red+Green+Blue) = 65+47+75=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #412F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F4B is #BED0B4. Grayscale: #373737. Windows color (decimal): -12505269 or 4927297. OLE color: 4927297.

HSL color Cylindrical-coordinate representation of color #412F4B: hue angle of 278.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #412F4B is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB654775-
CMYK0.130.3700.71
HSL278.57º22.95%23.92%-
HSV(B)278.57º37.33%29.41%-
XYZ4.473.667.13-
YUV55.57138.96134.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=34.76%
G=25.13%
B=40.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6547750.130.3700.71278.5722.9523.92
Hex412F4BD250471171718
Octal10157113154501074272730
Binary100000110111110010111101100101010001111000101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412F4B; }

 p { color: rgb(65,47,75); }

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

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

 a { background-color: rgb(65,47,75); }

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

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

 span { border-color: rgb(65,47,75); }

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