#45315D

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

Shades of Jacarta #45315D

Tints of Jacarta #45315D

Color information

#45315D (or 0x45315D) is unknown color: approx Jacarta. HEX triplet: 45, 31 and 5D. RGB value is (69,49,93). Sum of RGB (Red+Green+Blue) = 69+49+93=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #45315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45315D is #BACEA2. Grayscale: #3B3B3B. Windows color (decimal): -12242595 or 6107461. OLE color: 6107461.

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

Color convert

RGB694993-
CMYK0.260.4700.64
HSL267.27º30.99%27.84%-
HSV(B)267.27º47.31%36.47%-
XYZ5.534.2510.89-
YUV60146.63134.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=32.70%
G=23.22%
B=44.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6949930.260.4700.64267.2730.9927.84
Hex45315D1A2F04010b1f1c
Octal10561135325701004133734
Binary1000101110001101110111010101111010000001000010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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