#413B5B

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

Shades of Jacarta #413B5B

Tints of Jacarta #413B5B

Color information

#413B5B (or 0x413B5B) is unknown color: approx Jacarta. HEX triplet: 41, 3B and 5B. RGB value is (65,59,91). Sum of RGB (Red+Green+Blue) = 65+59+91=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #413B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B5B is #BEC4A4. Grayscale: #404040. Windows color (decimal): -12502181 or 5978945. OLE color: 5978945.

HSL color Cylindrical-coordinate representation of color #413B5B: hue angle of 251.25º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413B5B is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB655991-
CMYK0.290.3500.64
HSL251.25º21.33%29.41%-
HSV(B)251.25º35.16%35.69%-
XYZ5.635.0110.57-
YUV64.44142.99128.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=30.23%
G=27.44%
B=42.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6559910.290.3500.64251.2521.3329.41
Hex413B5B1D23040fb151d
Octal10173133354301003732535
Binary100000111101110110111110110001101000000111110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,91); }

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

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

 a { background-color: rgb(65,59,91); }

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

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

 span { border-color: rgb(65,59,91); }

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