#42305D

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

Shades of Jacarta #42305D

Tints of Jacarta #42305D

Color information

#42305D (or 0x42305D) is unknown color: approx Jacarta. HEX triplet: 42, 30 and 5D. RGB value is (66,48,93). Sum of RGB (Red+Green+Blue) = 66+48+93=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #42305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42305D is #BDCFA2. Grayscale: #3A3A3A. Windows color (decimal): -12439459 or 6107202. OLE color: 6107202.

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

Color convert

RGB664893-
CMYK0.290.4800.64
HSL264º31.91%27.65%-
HSV(B)264º48.39%36.47%-
XYZ5.284.0610.86-
YUV58.51147.46133.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=31.88%
G=23.19%
B=44.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6648930.290.4800.6426431.9127.65
Hex42305D1D30040108201c
Octal10260135356001004104034
Binary10000101100001011101111011100000100000010000100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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