#412355

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

Shades of Jagger #412355

Tints of Jagger #412355

Color information

#412355 (or 0x412355) is unknown color: approx Jagger. HEX triplet: 41, 23 and 55. RGB value is (65,35,85). Sum of RGB (Red+Green+Blue) = 65+35+85=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #412355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412355 is #BEDCAA. Grayscale: #313131. Windows color (decimal): -12508331 or 5579585. OLE color: 5579585.

HSL color Cylindrical-coordinate representation of color #412355: hue angle of 276º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412355 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB653585-
CMYK0.240.5900.67
HSL276º41.67%23.53%-
HSV(B)276º58.82%33.33%-
XYZ4.422.988.94-
YUV49.67147.94138.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=35.14%
G=18.92%
B=45.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6535850.240.5900.6727641.6723.53
Hex412355183B0431142a18
Octal10143125307301034245230
Binary10000011000111010101110001110110100001110001010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412355; }

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

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

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

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

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

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

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

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