#413161

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

Shades of Jacarta #413161

Tints of Jacarta #413161

Color information

#413161 (or 0x413161) is unknown color: approx Jacarta. HEX triplet: 41, 31 and 61. RGB value is (65,49,97). Sum of RGB (Red+Green+Blue) = 65+49+97=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #413161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413161 is #BECE9E. Grayscale: #3B3B3B. Windows color (decimal): -12504735 or 6369601. OLE color: 6369601.

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

Color convert

RGB654997-
CMYK0.330.4900.62
HSL260º32.88%28.63%-
HSV(B)260º49.48%38.04%-
XYZ5.444.1811.83-
YUV59.26149.3132.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=30.81%
G=23.22%
B=45.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6549970.330.4900.6226032.8828.63
Hex413161213103E104211d
Octal1016114141610764044135
Binary10000011100011100001100001110001011111010000010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413161; }

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

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

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

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

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

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

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

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