#412C62

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

Shades of Jacarta #412C62

Tints of Jacarta #412C62

Color information

#412C62 (or 0x412C62) is unknown color: approx Jacarta. HEX triplet: 41, 2C and 62. RGB value is (65,44,98). Sum of RGB (Red+Green+Blue) = 65+44+98=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #412C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C62 is #BED39D. Grayscale: #383838. Windows color (decimal): -12506014 or 6433857. OLE color: 6433857.

HSL color Cylindrical-coordinate representation of color #412C62: hue angle of 263.33º 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 #412C62 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB654498-
CMYK0.340.5500.62
HSL263.33º38.03%27.84%-
HSV(B)263.33º55.1%38.43%-
XYZ5.293.8112.01-
YUV56.44151.46134.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=31.40%
G=21.26%
B=47.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6544980.340.5500.62263.3338.0327.84
Hex412C62223703E107261c
Octal1015414242670764074634
Binary10000011011001100010100010110111011111010000011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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