#413655

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

Shades of Jacarta #413655

Tints of Jacarta #413655

Color information

#413655 (or 0x413655) is unknown color: approx Jacarta. HEX triplet: 41, 36 and 55. RGB value is (65,54,85). Sum of RGB (Red+Green+Blue) = 65+54+85=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #413655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413655 is #BEC9AA. Grayscale: #3C3C3C. Windows color (decimal): -12503467 or 5584449. OLE color: 5584449.

HSL color Cylindrical-coordinate representation of color #413655: hue angle of 261.29º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413655 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB655485-
CMYK0.240.3600.67
HSL261.29º22.3%27.25%-
HSV(B)261.29º36.47%33.33%-
XYZ5.144.429.18-
YUV60.82141.64130.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=31.86%
G=26.47%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6554850.240.3600.67261.2922.327.25
Hex4136551824043105161b
Octal10166125304401034052633
Binary1000001110110101010111000100100010000111000001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413655; }

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

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

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

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

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

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

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

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