#413561

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

Shades of Jacarta #413561

Tints of Jacarta #413561

Color information

#413561 (or 0x413561) is unknown color: approx Jacarta. HEX triplet: 41, 35 and 61. RGB value is (65,53,97). Sum of RGB (Red+Green+Blue) = 65+53+97=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #413561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413561 is #BECA9E. Grayscale: #3D3D3D. Windows color (decimal): -12503711 or 6370625. OLE color: 6370625.

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

Color convert

RGB655397-
CMYK0.330.4500.62
HSL256.36º29.33%29.41%-
HSV(B)256.36º45.36%38.04%-
XYZ5.614.5311.89-
YUV61.6147.98130.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=30.23%
G=24.65%
B=45.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6553970.330.4500.62256.3629.3329.41
Hex413561212D03E1001d1d
Octal1016514141550764003535
Binary1000001110101110000110000110110101111101000000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413561; }

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

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

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

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

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

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

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

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