#42325A

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

Shades of Jacarta #42325A

Tints of Jacarta #42325A

Color information

#42325A (or 0x42325A) is unknown color: approx Jacarta. HEX triplet: 42, 32 and 5A. RGB value is (66,50,90). Sum of RGB (Red+Green+Blue) = 66+50+90=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #42325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325A is #BDCDA5. Grayscale: #3B3B3B. Windows color (decimal): -12438950 or 5911106. OLE color: 5911106.

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

Color convert

RGB665090-
CMYK0.270.4400.65
HSL264º28.57%27.45%-
HSV(B)264º44.44%35.29%-
XYZ5.234.1810.2-
YUV59.34145.3132.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=32.04%
G=24.27%
B=43.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6650900.270.4400.6526428.5727.45
Hex42325A1B2C0411081d1b
Octal10262132335401014103533
Binary1000010110010101101011011101100010000011000010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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