#413B58

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

Shades of Jacarta #413B58

Tints of Jacarta #413B58

Color information

#413B58 (or 0x413B58) is unknown color: approx Jacarta. HEX triplet: 41, 3B and 58. RGB value is (65,59,88). Sum of RGB (Red+Green+Blue) = 65+59+88=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #413B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B58 is #BEC4A7. Grayscale: #3F3F3F. Windows color (decimal): -12502184 or 5782337. OLE color: 5782337.

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

Color convert

RGB655988-
CMYK0.260.3300.65
HSL252.41º19.73%28.82%-
HSV(B)252.41º32.95%34.51%-
XYZ5.514.969.9-
YUV64.1141.49128.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=30.66%
G=27.83%
B=41.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6559880.260.3300.65252.4119.7328.82
Hex413B581A21041fc141d
Octal10173130324101013742435
Binary100000111101110110001101010000101000001111111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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