#42315D

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

Shades of Jacarta #42315D

Tints of Jacarta #42315D

Color information

#42315D (or 0x42315D) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 5D. RGB value is (66,49,93). Sum of RGB (Red+Green+Blue) = 66+49+93=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #42315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315D is #BDCEA2. Grayscale: #3A3A3A. Windows color (decimal): -12439203 or 6107458. OLE color: 6107458.

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

Color convert

RGB664993-
CMYK0.290.4700.64
HSL263.18º30.99%27.84%-
HSV(B)263.18º47.31%36.47%-
XYZ5.324.1510.88-
YUV59.1147.13132.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=31.73%
G=23.56%
B=44.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6649930.290.4700.64263.1830.9927.84
Hex42315D1D2F0401071f1c
Octal10261135355701004073734
Binary1000010110001101110111101101111010000001000001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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