#42325B

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

Shades of Jacarta #42325B

Tints of Jacarta #42325B

Color information

#42325B (or 0x42325B) is unknown color: approx Jacarta. HEX triplet: 42, 32 and 5B. RGB value is (66,50,91). Sum of RGB (Red+Green+Blue) = 66+50+91=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #42325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325B is #BDCDA4. Grayscale: #3B3B3B. Windows color (decimal): -12438949 or 5976642. OLE color: 5976642.

HSL color Cylindrical-coordinate representation of color #42325B: hue angle of 263.41º 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 #42325B is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB665091-
CMYK0.270.4500.64
HSL263.41º29.08%27.65%-
HSV(B)263.41º45.05%35.69%-
XYZ5.284.1910.43-
YUV59.46145.8132.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=31.88%
G=24.15%
B=43.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6650910.270.4500.64263.4129.0827.65
Hex42325B1B2D0401071d1c
Octal10262133335501004073534
Binary1000010110010101101111011101101010000001000001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42325B; }

 p { color: rgb(66,50,91); }

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

<style>
 a { background-color: #42325B; }

 a { background-color: rgb(66,50,91); }

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

<style>
 span { border-color: #42325B; }

 span { border-color: rgb(66,50,91); }

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