#41395E

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

Shades of Jacarta #41395E

Tints of Jacarta #41395E

Color information

#41395E (or 0x41395E) is unknown color: approx Jacarta. HEX triplet: 41, 39 and 5E. RGB value is (65,57,94). Sum of RGB (Red+Green+Blue) = 65+57+94=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #41395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41395E is #BEC6A1. Grayscale: #3F3F3F. Windows color (decimal): -12502690 or 6175041. OLE color: 6175041.

HSL color Cylindrical-coordinate representation of color #41395E: hue angle of 252.97º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41395E is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB655794-
CMYK0.310.3900.63
HSL252.97º24.5%29.61%-
HSV(B)252.97º39.36%36.86%-
XYZ5.664.8611.23-
YUV63.61145.15128.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=30.09%
G=26.39%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6557940.310.3900.63252.9724.529.61
Hex41395E1F2703Ffd191e
Octal1017113637470773753136
Binary10000011110011011110111111001110111111111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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