#413960

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

Shades of Jacarta #413960

Tints of Jacarta #413960

Color information

#413960 (or 0x413960) is unknown color: approx Jacarta. HEX triplet: 41, 39 and 60. RGB value is (65,57,96). Sum of RGB (Red+Green+Blue) = 65+57+96=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #413960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413960 is #BEC69F. Grayscale: #3F3F3F. Windows color (decimal): -12502688 or 6306113. OLE color: 6306113.

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

Color convert

RGB655796-
CMYK0.320.4100.62
HSL252.31º25.49%30%-
HSV(B)252.31º40.62%37.65%-
XYZ5.754.8911.71-
YUV63.84146.15128.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=29.82%
G=26.15%
B=44.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6557960.320.4100.62252.3125.4930
Hex413960202903Efc191e
Octal1017114040510763743136
Binary100000111100111000001000001010010111110111111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413960; }

 p { color: rgb(65,57,96); }

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

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

 a { background-color: rgb(65,57,96); }

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

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

 span { border-color: rgb(65,57,96); }

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