#413458

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

Shades of Jacarta #413458

Tints of Jacarta #413458

Color information

#413458 (or 0x413458) is unknown color: approx Jacarta. HEX triplet: 41, 34 and 58. RGB value is (65,52,88). Sum of RGB (Red+Green+Blue) = 65+52+88=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #413458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413458 is #BECBA7. Grayscale: #3B3B3B. Windows color (decimal): -12503976 or 5780545. OLE color: 5780545.

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

Color convert

RGB655288-
CMYK0.260.4100.65
HSL261.67º25.71%27.45%-
HSV(B)261.67º40.91%34.51%-
XYZ5.174.289.79-
YUV59.99143.81131.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=31.71%
G=25.37%
B=42.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6552880.260.4100.65261.6725.7127.45
Hex4134581A290411061a1b
Octal10164130325101014063233
Binary1000001110100101100011010101001010000011000001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413458; }

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

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

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

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

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

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

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

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