#412C63

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

Shades of Jacarta #412C63

Tints of Jacarta #412C63

Color information

#412C63 (or 0x412C63) is unknown color: approx Jacarta. HEX triplet: 41, 2C and 63. RGB value is (65,44,99). Sum of RGB (Red+Green+Blue) = 65+44+99=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #412C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C63 is #BED39C. Grayscale: #383838. Windows color (decimal): -12506013 or 6499393. OLE color: 6499393.

HSL color Cylindrical-coordinate representation of color #412C63: hue angle of 262.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412C63 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB654499-
CMYK0.340.5600.61
HSL262.91º38.46%28.04%-
HSV(B)262.91º55.56%38.82%-
XYZ5.333.8312.26-
YUV56.55151.96134.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=31.25%
G=21.15%
B=47.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6544990.340.5600.61262.9138.4628.04
Hex412C63223803D107261c
Octal1015414342700754074634
Binary10000011011001100011100010111000011110110000011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,44,99); }

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

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

 a { background-color: rgb(65,44,99); }

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

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

 span { border-color: rgb(65,44,99); }

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