#45395E

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

Shades of Jacarta #45395E

Tints of Jacarta #45395E

Color information

#45395E (or 0x45395E) is unknown color: approx Jacarta. HEX triplet: 45, 39 and 5E. RGB value is (69,57,94). Sum of RGB (Red+Green+Blue) = 69+57+94=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #45395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45395E is #BAC6A1. Grayscale: #404040. Windows color (decimal): -12240546 or 6175045. OLE color: 6175045.

HSL color Cylindrical-coordinate representation of color #45395E: hue angle of 259.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45395E is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB695794-
CMYK0.270.3900.63
HSL259.46º24.5%29.61%-
HSV(B)259.46º39.36%36.86%-
XYZ5.94511.24-
YUV64.81144.48130.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=31.36%
G=25.91%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6957940.270.3900.63259.4624.529.61
Hex45395E1B2703F103191e
Octal1057113633470774033136
Binary100010111100110111101101110011101111111000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45395E; }

 p { color: rgb(69,57,94); }

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

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

 a { background-color: rgb(69,57,94); }

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

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

 span { border-color: rgb(69,57,94); }

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