#41395D

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

Shades of Jacarta #41395D

Tints of Jacarta #41395D

Color information

#41395D (or 0x41395D) is unknown color: approx Jacarta. HEX triplet: 41, 39 and 5D. RGB value is (65,57,93). Sum of RGB (Red+Green+Blue) = 65+57+93=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #41395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41395D is #BEC6A2. Grayscale: #3F3F3F. Windows color (decimal): -12502691 or 6109505. OLE color: 6109505.

HSL color Cylindrical-coordinate representation of color #41395D: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41395D is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB655793-
CMYK0.300.3900.64
HSL253.33º24%29.41%-
HSV(B)253.33º38.71%36.47%-
XYZ5.624.8410.99-
YUV63.5144.65129.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=30.23%
G=26.51%
B=43.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6557930.300.3900.64253.332429.41
Hex41395D1E27040fd181d
Octal10171135364701003753035
Binary100000111100110111011111010011101000000111111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41395D; }

 p { color: rgb(65,57,93); }

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

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

 a { background-color: rgb(65,57,93); }

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

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

 span { border-color: rgb(65,57,93); }

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