#412D5A

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

Shades of Jacarta #412D5A

Tints of Jacarta #412D5A

Color information

#412D5A (or 0x412D5A) is unknown color: approx Jacarta. HEX triplet: 41, 2D and 5A. RGB value is (65,45,90). Sum of RGB (Red+Green+Blue) = 65+45+90=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #412D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D5A is #BED2A5. Grayscale: #373737. Windows color (decimal): -12505766 or 5909825. OLE color: 5909825.

HSL color Cylindrical-coordinate representation of color #412D5A: hue angle of 266.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #412D5A is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB654590-
CMYK0.280.5000.65
HSL266.67º33.33%26.47%-
HSV(B)266.67º50%35.29%-
XYZ4.963.7410.13-
YUV56.11147.13134.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=32.5%
G=22.5%
B=45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6545900.280.5000.65266.6733.3326.47
Hex412D5A1C3204110b211a
Octal10155132346201014134132
Binary10000011011011011010111001100100100000110000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412D5A; }

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

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

<style>
 a { background-color: #412D5A; }

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

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

<style>
 span { border-color: #412D5A; }

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

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