#42335D

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

Shades of Jacarta #42335D

Tints of Jacarta #42335D

Color information

#42335D (or 0x42335D) is unknown color: approx Jacarta. HEX triplet: 42, 33 and 5D. RGB value is (66,51,93). Sum of RGB (Red+Green+Blue) = 66+51+93=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #42335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42335D is #BDCCA2. Grayscale: #3C3C3C. Windows color (decimal): -12438691 or 6107970. OLE color: 6107970.

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

Color convert

RGB665193-
CMYK0.290.4500.64
HSL261.43º29.17%28.24%-
HSV(B)261.43º45.16%36.47%-
XYZ5.414.3210.9-
YUV60.27146.47132.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=31.43%
G=24.29%
B=44.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6651930.290.4500.64261.4329.1728.24
Hex42335D1D2D0401051d1c
Octal10263135355501004053534
Binary1000010110011101110111101101101010000001000001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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