#41335C

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

Shades of Jacarta #41335C

Tints of Jacarta #41335C

Color information

#41335C (or 0x41335C) is unknown color: approx Jacarta. HEX triplet: 41, 33 and 5C. RGB value is (65,51,92). Sum of RGB (Red+Green+Blue) = 65+51+92=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #41335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335C is #BECCA3. Grayscale: #3B3B3B. Windows color (decimal): -12504228 or 6042433. OLE color: 6042433.

HSL color Cylindrical-coordinate representation of color #41335C: hue angle of 260.49º 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 #41335C is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB655192-
CMYK0.290.4500.64
HSL260.49º28.67%28.04%-
HSV(B)260.49º44.57%36.08%-
XYZ5.34.2610.67-
YUV59.86146.14131.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=31.25%
G=24.52%
B=44.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6551920.290.4500.64260.4928.6728.04
Hex41335C1D2D0401041d1c
Octal10163134355501004043534
Binary1000001110011101110011101101101010000001000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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