#41325A

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

Shades of Jacarta #41325A

Tints of Jacarta #41325A

Color information

#41325A (or 0x41325A) is unknown color: approx Jacarta. HEX triplet: 41, 32 and 5A. RGB value is (65,50,90). Sum of RGB (Red+Green+Blue) = 65+50+90=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #41325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41325A is #BECDA5. Grayscale: #3A3A3A. Windows color (decimal): -12504486 or 5911105. OLE color: 5911105.

HSL color Cylindrical-coordinate representation of color #41325A: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41325A is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB655090-
CMYK0.280.4400.65
HSL262.5º28.57%27.45%-
HSV(B)262.5º44.44%35.29%-
XYZ5.174.1410.2-
YUV59.04145.47132.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=31.71%
G=24.39%
B=43.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6550900.280.4400.65262.528.5727.45
Hex41325A1C2C0411061d1b
Octal10162132345401014063533
Binary1000001110010101101011100101100010000011000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41325A; }

 p { color: rgb(65,50,90); }

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

<style>
 a { background-color: #41325A; }

 a { background-color: rgb(65,50,90); }

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

<style>
 span { border-color: #41325A; }

 span { border-color: rgb(65,50,90); }

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