#412C61

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

Shades of Jacarta #412C61

Tints of Jacarta #412C61

Color information

#412C61 (or 0x412C61) is unknown color: approx Jacarta. HEX triplet: 41, 2C and 61. RGB value is (65,44,97). Sum of RGB (Red+Green+Blue) = 65+44+97=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #412C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C61 is #BED39E. Grayscale: #383838. Windows color (decimal): -12506015 or 6368321. OLE color: 6368321.

HSL color Cylindrical-coordinate representation of color #412C61: hue angle of 263.77º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #412C61 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB654497-
CMYK0.330.5500.62
HSL263.77º37.59%27.65%-
HSV(B)263.77º54.64%38.04%-
XYZ5.243.7911.76-
YUV56.32150.96134.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=31.55%
G=21.36%
B=47.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6544970.330.5500.62263.7737.5927.65
Hex412C61213703E108261c
Octal1015414141670764104634
Binary10000011011001100001100001110111011111010000100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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