#413861

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

Shades of Jacarta #413861

Tints of Jacarta #413861

Color information

#413861 (or 0x413861) is unknown color: approx Jacarta. HEX triplet: 41, 38 and 61. RGB value is (65,56,97). Sum of RGB (Red+Green+Blue) = 65+56+97=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #413861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413861 is #BEC79E. Grayscale: #3F3F3F. Windows color (decimal): -12502943 or 6371393. OLE color: 6371393.

HSL color Cylindrical-coordinate representation of color #413861: hue angle of 253.17º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413861 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB655697-
CMYK0.330.4200.62
HSL253.17º26.8%30%-
HSV(B)253.17º42.27%38.04%-
XYZ5.754.8211.94-
YUV63.36146.98129.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=29.82%
G=25.69%
B=44.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6556970.330.4200.62253.1726.830
Hex413861212A03Efd1b1e
Octal1017014141520763753336
Binary100000111100011000011000011010100111110111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413861; }

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

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

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

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

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

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

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

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