#413658

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

Shades of Jacarta #413658

Tints of Jacarta #413658

Color information

#413658 (or 0x413658) is unknown color: approx Jacarta. HEX triplet: 41, 36 and 58. RGB value is (65,54,88). Sum of RGB (Red+Green+Blue) = 65+54+88=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #413658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413658 is #BEC9A7. Grayscale: #3D3D3D. Windows color (decimal): -12503464 or 5781057. OLE color: 5781057.

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

Color convert

RGB655488-
CMYK0.260.3900.65
HSL259.41º23.94%27.84%-
HSV(B)259.41º38.64%34.51%-
XYZ5.264.479.82-
YUV61.16143.14130.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=31.40%
G=26.09%
B=42.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6554880.260.3900.65259.4123.9427.84
Hex4136581A27041103181c
Octal10166130324701014033034
Binary1000001110110101100011010100111010000011000000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413658; }

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

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

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

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

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

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

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

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