#413C58

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

Shades of Jacarta #413C58

Tints of Jacarta #413C58

Color information

#413C58 (or 0x413C58) is unknown color: approx Jacarta. HEX triplet: 41, 3C and 58. RGB value is (65,60,88). Sum of RGB (Red+Green+Blue) = 65+60+88=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #413C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C58 is #BEC3A7. Grayscale: #404040. Windows color (decimal): -12501928 or 5782593. OLE color: 5782593.

HSL color Cylindrical-coordinate representation of color #413C58: hue angle of 250.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413C58 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB656088-
CMYK0.260.3200.65
HSL250.71º18.92%29.02%-
HSV(B)250.71º31.82%34.51%-
XYZ5.565.069.92-
YUV64.69141.16128.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=30.52%
G=28.17%
B=41.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6560880.260.3200.65250.7118.9229.02
Hex413C581A20041fb131d
Octal10174130324001013732335
Binary100000111110010110001101010000001000001111110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C58; }

 p { color: rgb(65,60,88); }

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

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

 a { background-color: rgb(65,60,88); }

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

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

 span { border-color: rgb(65,60,88); }

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