#41335D

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

Shades of Jacarta #41335D

Tints of Jacarta #41335D

Color information

#41335D (or 0x41335D) is unknown color: approx Jacarta. HEX triplet: 41, 33 and 5D. RGB value is (65,51,93). Sum of RGB (Red+Green+Blue) = 65+51+93=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #41335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335D is #BECCA2. Grayscale: #3B3B3B. Windows color (decimal): -12504227 or 6107969. OLE color: 6107969.

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

Color convert

RGB655193-
CMYK0.300.4500.64
HSL260º29.17%28.24%-
HSV(B)260º45.16%36.47%-
XYZ5.344.2810.9-
YUV59.97146.64131.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=31.10%
G=24.40%
B=44.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6551930.300.4500.6426029.1728.24
Hex41335D1E2D0401041d1c
Octal10163135365501004043534
Binary1000001110011101110111110101101010000001000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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