#41315D

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

Shades of Jacarta #41315D

Tints of Jacarta #41315D

Color information

#41315D (or 0x41315D) is unknown color: approx Jacarta. HEX triplet: 41, 31 and 5D. RGB value is (65,49,93). Sum of RGB (Red+Green+Blue) = 65+49+93=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #41315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315D is #BECEA2. Grayscale: #3A3A3A. Windows color (decimal): -12504739 or 6107457. OLE color: 6107457.

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

Color convert

RGB654993-
CMYK0.300.4700.64
HSL261.82º30.99%27.84%-
HSV(B)261.82º47.31%36.47%-
XYZ5.254.1110.87-
YUV58.8147.3132.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=31.40%
G=23.67%
B=44.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6549930.300.4700.64261.8230.9927.84
Hex41315D1E2F0401061f1c
Octal10161135365701004063734
Binary1000001110001101110111110101111010000001000001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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