#45395A

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

Shades of Jacarta #45395A

Tints of Jacarta #45395A

Color information

#45395A (or 0x45395A) is unknown color: approx Jacarta. HEX triplet: 45, 39 and 5A. RGB value is (69,57,90). Sum of RGB (Red+Green+Blue) = 69+57+90=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #45395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45395A is #BAC6A5. Grayscale: #404040. Windows color (decimal): -12240550 or 5912901. OLE color: 5912901.

HSL color Cylindrical-coordinate representation of color #45395A: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45395A is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB695790-
CMYK0.230.3700.65
HSL261.82º22.45%28.82%-
HSV(B)261.82º36.67%35.29%-
XYZ5.764.9310.32-
YUV64.35142.48131.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=31.94%
G=26.39%
B=41.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6957900.230.3700.65261.8222.4528.82
Hex45395A1725041106161d
Octal10571132274501014062635
Binary1000101111001101101010111100101010000011000001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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