#413661

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

Shades of Jacarta #413661

Tints of Jacarta #413661

Color information

#413661 (or 0x413661) is unknown color: approx Jacarta. HEX triplet: 41, 36 and 61. RGB value is (65,54,97). Sum of RGB (Red+Green+Blue) = 65+54+97=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #413661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413661 is #BEC99E. Grayscale: #3E3E3E. Windows color (decimal): -12503455 or 6370881. OLE color: 6370881.

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

Color convert

RGB655497-
CMYK0.330.4400.62
HSL255.35º28.48%29.61%-
HSV(B)255.35º44.33%38.04%-
XYZ5.664.6311.9-
YUV62.19147.64130-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=30.09%
G=25%
B=44.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6554970.330.4400.62255.3528.4829.61
Hex413661212C03Eff1c1e
Octal1016614141540763773436
Binary100000111011011000011000011011000111110111111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413661; }

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

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

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

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

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

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

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

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