#42325E

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

Shades of Jacarta #42325E

Tints of Jacarta #42325E

Color information

#42325E (or 0x42325E) is unknown color: approx Jacarta. HEX triplet: 42, 32 and 5E. RGB value is (66,50,94). Sum of RGB (Red+Green+Blue) = 66+50+94=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #42325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325E is #BDCDA1. Grayscale: #3B3B3B. Windows color (decimal): -12438946 or 6173250. OLE color: 6173250.

HSL color Cylindrical-coordinate representation of color #42325E: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42325E is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB665094-
CMYK0.300.4700.63
HSL261.82º30.56%28.24%-
HSV(B)261.82º46.81%36.86%-
XYZ5.414.2511.12-
YUV59.8147.3132.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=31.43%
G=23.81%
B=44.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6650940.300.4700.63261.8230.5628.24
Hex42325E1E2F03F1061f1c
Octal1026213636570774063734
Binary100001011001010111101111010111101111111000001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,50,94); }

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

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

 a { background-color: rgb(66,50,94); }

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

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

 span { border-color: rgb(66,50,94); }

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