#413856

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

Shades of Jacarta #413856

Tints of Jacarta #413856

Color information

#413856 (or 0x413856) is unknown color: approx Jacarta. HEX triplet: 41, 38 and 56. RGB value is (65,56,86). Sum of RGB (Red+Green+Blue) = 65+56+86=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #413856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413856 is #BEC7A9. Grayscale: #3E3E3E. Windows color (decimal): -12502954 or 5650497. OLE color: 5650497.

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

Color convert

RGB655686-
CMYK0.240.3500.66
HSL258º21.13%27.84%-
HSV(B)258º34.88%33.73%-
XYZ5.274.629.42-
YUV62.11141.48130.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=31.40%
G=27.05%
B=41.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6556860.240.3500.6625821.1327.84
Hex4138561823042102151c
Octal10170126304301024022534
Binary1000001111000101011011000100011010000101000000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413856; }

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

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

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

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

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

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

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

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