#45395F

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

Shades of Jacarta #45395F

Tints of Jacarta #45395F

Color information

#45395F (or 0x45395F) is unknown color: approx Jacarta. HEX triplet: 45, 39 and 5F. RGB value is (69,57,95). Sum of RGB (Red+Green+Blue) = 69+57+95=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #45395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45395F is #BAC6A0. Grayscale: #404040. Windows color (decimal): -12240545 or 6240581. OLE color: 6240581.

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

Color convert

RGB695795-
CMYK0.270.4000.63
HSL258.95º25%29.8%-
HSV(B)258.95º40%37.25%-
XYZ5.985.0211.48-
YUV64.92144.98130.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=31.22%
G=25.79%
B=42.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6957950.270.4000.63258.952529.8
Hex45395F1B2803F103191e
Octal1057113733500774033136
Binary100010111100110111111101110100001111111000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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