#413760

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

Shades of Jacarta #413760

Tints of Jacarta #413760

Color information

#413760 (or 0x413760) is unknown color: approx Jacarta. HEX triplet: 41, 37 and 60. RGB value is (65,55,96). Sum of RGB (Red+Green+Blue) = 65+55+96=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #413760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413760 is #BEC89F. Grayscale: #3E3E3E. Windows color (decimal): -12503200 or 6305601. OLE color: 6305601.

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

Color convert

RGB655596-
CMYK0.320.4300.62
HSL254.63º27.15%29.61%-
HSV(B)254.63º42.71%37.65%-
XYZ5.664.711.68-
YUV62.66146.81129.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=30.09%
G=25.46%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6555960.320.4300.62254.6327.1529.61
Hex413760202B03Eff1b1e
Octal1016714040530763773336
Binary100000111011111000001000001010110111110111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413760; }

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

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

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

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

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

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

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

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