#413356

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

Shades of Jacarta #413356

Tints of Jacarta #413356

Color information

#413356 (or 0x413356) is unknown color: approx Jacarta. HEX triplet: 41, 33 and 56. RGB value is (65,51,86). Sum of RGB (Red+Green+Blue) = 65+51+86=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #413356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413356 is #BECCA9. Grayscale: #3B3B3B. Windows color (decimal): -12504234 or 5649217. OLE color: 5649217.

HSL color Cylindrical-coordinate representation of color #413356: hue angle of 264º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #413356 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB655186-
CMYK0.240.4100.66
HSL264º25.55%26.86%-
HSV(B)264º40.7%33.73%-
XYZ5.044.169.34-
YUV59.18143.14132.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=32.18%
G=25.25%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6551860.240.4100.6626425.5526.86
Hex41335618290421081a1b
Octal10163126305101024103233
Binary1000001110011101011011000101001010000101000010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413356; }

 p { color: rgb(65,51,86); }

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

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

 a { background-color: rgb(65,51,86); }

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

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

 span { border-color: rgb(65,51,86); }

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