#413758

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

Shades of Jacarta #413758

Tints of Jacarta #413758

Color information

#413758 (or 0x413758) is unknown color: approx Jacarta. HEX triplet: 41, 37 and 58. RGB value is (65,55,88). Sum of RGB (Red+Green+Blue) = 65+55+88=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #413758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413758 is #BEC8A7. Grayscale: #3D3D3D. Windows color (decimal): -12503208 or 5781313. OLE color: 5781313.

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

Color convert

RGB655588-
CMYK0.260.3800.65
HSL258.18º23.08%28.04%-
HSV(B)258.18º37.5%34.51%-
XYZ5.314.569.83-
YUV61.75142.81130.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=31.25%
G=26.44%
B=42.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6555880.260.3800.65258.1823.0828.04
Hex4137581A26041102171c
Octal10167130324601014022734
Binary1000001110111101100011010100110010000011000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413758; }

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

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

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

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

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

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

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

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