#413061

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

Shades of Jacarta #413061

Tints of Jacarta #413061

Color information

#413061 (or 0x413061) is unknown color: approx Jacarta. HEX triplet: 41, 30 and 61. RGB value is (65,48,97). Sum of RGB (Red+Green+Blue) = 65+48+97=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #413061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413061 is #BECF9E. Grayscale: #3A3A3A. Windows color (decimal): -12504991 or 6369345. OLE color: 6369345.

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

Color convert

RGB654897-
CMYK0.330.5100.62
HSL260.82º33.79%28.43%-
HSV(B)260.82º50.52%38.04%-
XYZ5.394.111.82-
YUV58.67149.63132.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=30.95%
G=22.86%
B=46.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6548970.330.5100.62260.8233.7928.43
Hex413061213303E105221c
Octal1016014141630764054234
Binary10000011100001100001100001110011011111010000010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413061; }

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

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

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

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

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

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

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

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