#42315C

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

Shades of Jacarta #42315C

Tints of Jacarta #42315C

Color information

#42315C (or 0x42315C) is unknown color: approx Jacarta. HEX triplet: 42, 31 and 5C. RGB value is (66,49,92). Sum of RGB (Red+Green+Blue) = 66+49+92=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #42315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315C is #BDCEA3. Grayscale: #3A3A3A. Windows color (decimal): -12439204 or 6041922. OLE color: 6041922.

HSL color Cylindrical-coordinate representation of color #42315C: hue angle of 263.72º degrees, saturation: 0.3, 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 #42315C is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB664992-
CMYK0.280.4700.64
HSL263.72º30.5%27.65%-
HSV(B)263.72º46.74%36.08%-
XYZ5.284.1310.64-
YUV58.98146.63133-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=31.88%
G=23.67%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6649920.280.4700.64263.7230.527.65
Hex42315C1C2F0401081e1c
Octal10261134345701004103634
Binary1000010110001101110011100101111010000001000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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