#413454

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

Shades of Jacarta #413454

Tints of Jacarta #413454

Color information

#413454 (or 0x413454) is unknown color: approx Jacarta. HEX triplet: 41, 34 and 54. RGB value is (65,52,84). Sum of RGB (Red+Green+Blue) = 65+52+84=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #413454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413454 is #BECBAB. Grayscale: #3B3B3B. Windows color (decimal): -12503980 or 5518401. OLE color: 5518401.

HSL color Cylindrical-coordinate representation of color #413454: hue angle of 264.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413454 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB655284-
CMYK0.230.3800.67
HSL264.38º23.53%26.67%-
HSV(B)264.38º38.1%32.94%-
XYZ5.014.228.94-
YUV59.54141.81131.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=32.34%
G=25.87%
B=41.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6552840.230.3800.67264.3823.5326.67
Hex4134541726043108181b
Octal10164124274601034103033
Binary1000001110100101010010111100110010000111000010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413454; }

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

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

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

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

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

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

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

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