#45325D

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

Shades of Jacarta #45325D

Tints of Jacarta #45325D

Color information

#45325D (or 0x45325D) is unknown color: approx Jacarta. HEX triplet: 45, 32 and 5D. RGB value is (69,50,93). Sum of RGB (Red+Green+Blue) = 69+50+93=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #45325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45325D is #BACDA2. Grayscale: #3C3C3C. Windows color (decimal): -12242339 or 6107717. OLE color: 6107717.

HSL color Cylindrical-coordinate representation of color #45325D: hue angle of 266.51º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45325D is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB695093-
CMYK0.260.4600.64
HSL266.51º30.07%28.04%-
HSV(B)266.51º46.24%36.47%-
XYZ5.574.3410.9-
YUV60.58146.29134-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=32.55%
G=23.58%
B=43.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6950930.260.4600.64266.5130.0728.04
Hex45325D1A2E04010b1e1c
Octal10562135325601004133634
Binary1000101110010101110111010101110010000001000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45325D; }

 p { color: rgb(69,50,93); }

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

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

 a { background-color: rgb(69,50,93); }

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

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

 span { border-color: rgb(69,50,93); }

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