#413160

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

Shades of Jacarta #413160

Tints of Jacarta #413160

Color information

#413160 (or 0x413160) is unknown color: approx Jacarta. HEX triplet: 41, 31 and 60. RGB value is (65,49,96). Sum of RGB (Red+Green+Blue) = 65+49+96=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #413160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413160 is #BECE9F. Grayscale: #3A3A3A. Windows color (decimal): -12504736 or 6304065. OLE color: 6304065.

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

Color convert

RGB654996-
CMYK0.320.4900.62
HSL260.43º32.41%28.43%-
HSV(B)260.43º48.96%37.65%-
XYZ5.394.1611.59-
YUV59.14148.8132.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=30.95%
G=23.33%
B=45.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6549960.320.4900.62260.4332.4128.43
Hex413160203103E104201c
Octal1016114040610764044034
Binary10000011100011100000100000110001011111010000010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413160; }

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

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

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

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

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

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

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

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