#413C5A

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

Shades of Jacarta #413C5A

Tints of Jacarta #413C5A

Color information

#413C5A (or 0x413C5A) is unknown color: approx Jacarta. HEX triplet: 41, 3C and 5A. RGB value is (65,60,90). Sum of RGB (Red+Green+Blue) = 65+60+90=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #413C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C5A is #BEC3A5. Grayscale: #404040. Windows color (decimal): -12501926 or 5913665. OLE color: 5913665.

HSL color Cylindrical-coordinate representation of color #413C5A: hue angle of 250º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #413C5A is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB656090-
CMYK0.280.3300.65
HSL250º20%29.41%-
HSV(B)250º33.33%35.29%-
XYZ5.645.0910.36-
YUV64.92142.16128.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 60 (23.83% from 255) = 27.91%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=30.23%
G=27.91%
B=41.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6560900.280.3300.652502029.41
Hex413C5A1C21041fa141d
Octal10174132344101013722435
Binary100000111110010110101110010000101000001111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C5A; }

 p { color: rgb(65,60,90); }

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

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

 a { background-color: rgb(65,60,90); }

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

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

 span { border-color: rgb(65,60,90); }

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