#41315E

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

Shades of Jacarta #41315E

Tints of Jacarta #41315E

Color information

#41315E (or 0x41315E) is unknown color: approx Jacarta. HEX triplet: 41, 31 and 5E. RGB value is (65,49,94). Sum of RGB (Red+Green+Blue) = 65+49+94=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #41315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41315E is #BECEA1. Grayscale: #3A3A3A. Windows color (decimal): -12504738 or 6172993. OLE color: 6172993.

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

Color convert

RGB654994-
CMYK0.310.4800.63
HSL261.33º31.47%28.04%-
HSV(B)261.33º47.87%36.86%-
XYZ5.34.1311.11-
YUV58.91147.8132.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=31.25%
G=23.56%
B=45.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6549940.310.4800.63261.3331.4728.04
Hex41315E1F3003F1051f1c
Octal1016113637600774053734
Binary100000111000110111101111111000001111111000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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