#413461

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

Shades of Jacarta #413461

Tints of Jacarta #413461

Color information

#413461 (or 0x413461) is unknown color: approx Jacarta. HEX triplet: 41, 34 and 61. RGB value is (65,52,97). Sum of RGB (Red+Green+Blue) = 65+52+97=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #413461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413461 is #BECB9E. Grayscale: #3C3C3C. Windows color (decimal): -12503967 or 6370369. OLE color: 6370369.

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

Color convert

RGB655297-
CMYK0.330.4600.62
HSL257.33º30.2%29.22%-
HSV(B)257.33º46.39%38.04%-
XYZ5.574.4411.87-
YUV61.02148.31130.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=30.37%
G=24.30%
B=45.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6552970.330.4600.62257.3330.229.22
Hex413461212E03E1011e1d
Octal1016414141560764013635
Binary1000001110100110000110000110111001111101000000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413461; }

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

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

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

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

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

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

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

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