#42325D

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

Shades of Jacarta #42325D

Tints of Jacarta #42325D

Color information

#42325D (or 0x42325D) is unknown color: approx Jacarta. HEX triplet: 42, 32 and 5D. RGB value is (66,50,93). Sum of RGB (Red+Green+Blue) = 66+50+93=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #42325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325D is #BDCDA2. Grayscale: #3B3B3B. Windows color (decimal): -12438947 or 6107714. OLE color: 6107714.

HSL color Cylindrical-coordinate representation of color #42325D: hue angle of 262.33º 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 #42325D is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB665093-
CMYK0.290.4600.64
HSL262.33º30.07%28.04%-
HSV(B)262.33º46.24%36.47%-
XYZ5.364.2310.89-
YUV59.69146.8132.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=31.58%
G=23.92%
B=44.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6650930.290.4600.64262.3330.0728.04
Hex42325D1D2E0401061e1c
Octal10262135355601004063634
Binary1000010110010101110111101101110010000001000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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