#41335B

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

Shades of Jacarta #41335B

Tints of Jacarta #41335B

Color information

#41335B (or 0x41335B) is unknown color: approx Jacarta. HEX triplet: 41, 33 and 5B. RGB value is (65,51,91). Sum of RGB (Red+Green+Blue) = 65+51+91=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #41335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335B is #BECCA4. Grayscale: #3B3B3B. Windows color (decimal): -12504229 or 5976897. OLE color: 5976897.

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

Color convert

RGB655191-
CMYK0.290.4400.64
HSL261º28.17%27.84%-
HSV(B)261º43.96%35.69%-
XYZ5.254.2510.44-
YUV59.75145.64131.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=31.40%
G=24.64%
B=43.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6551910.290.4400.6426128.1727.84
Hex41335B1D2C0401051c1c
Octal10163133355401004053434
Binary1000001110011101101111101101100010000001000001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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