#42395C

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

Shades of Jacarta #42395C

Tints of Jacarta #42395C

Color information

#42395C (or 0x42395C) is unknown color: approx Jacarta. HEX triplet: 42, 39 and 5C. RGB value is (66,57,92). Sum of RGB (Red+Green+Blue) = 66+57+92=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #42395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42395C is #BDC6A3. Grayscale: #3F3F3F. Windows color (decimal): -12437156 or 6043970. OLE color: 6043970.

HSL color Cylindrical-coordinate representation of color #42395C: hue angle of 255.43º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42395C is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB665792-
CMYK0.280.3800.64
HSL255.43º23.49%29.22%-
HSV(B)255.43º38.04%36.08%-
XYZ5.644.8610.77-
YUV63.68143.98129.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=30.70%
G=26.51%
B=42.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6657920.280.3800.64255.4323.4929.22
Hex42395C1C26040ff171d
Octal10271134344601003772735
Binary100001011100110111001110010011001000000111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42395C; }

 p { color: rgb(66,57,92); }

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

<style>
 a { background-color: #42395C; }

 a { background-color: rgb(66,57,92); }

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

<style>
 span { border-color: #42395C; }

 span { border-color: rgb(66,57,92); }

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