#413060

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

Shades of Jacarta #413060

Tints of Jacarta #413060

Color information

#413060 (or 0x413060) is unknown color: approx Jacarta. HEX triplet: 41, 30 and 60. RGB value is (65,48,96). Sum of RGB (Red+Green+Blue) = 65+48+96=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #413060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413060 is #BECF9F. Grayscale: #3A3A3A. Windows color (decimal): -12504992 or 6303809. OLE color: 6303809.

HSL color Cylindrical-coordinate representation of color #413060: hue angle of 261.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413060 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB654896-
CMYK0.320.5000.62
HSL261.25º33.33%28.24%-
HSV(B)261.25º50%37.65%-
XYZ5.354.0811.57-
YUV58.56149.13132.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=31.10%
G=22.97%
B=45.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6548960.320.5000.62261.2533.3328.24
Hex413060203203E105211c
Octal1016014040620764054134
Binary10000011100001100000100000110010011111010000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413060; }

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

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

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

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

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

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

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

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