#382960

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

Shades of Jacarta #382960

Tints of Jacarta #382960

Color information

#382960 (or 0x382960) is unknown color: approx Jacarta. HEX triplet: 38, 29 and 60. RGB value is (56,41,96). Sum of RGB (Red+Green+Blue) = 56+41+96=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #382960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382960 is #C7D69F. Grayscale: #333333. Windows color (decimal): -13096608 or 6302008. OLE color: 6302008.

HSL color Cylindrical-coordinate representation of color #382960: hue angle of 256.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382960 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564196-
CMYK0.420.5700.62
HSL256.36º40.15%26.86%-
HSV(B)256.36º57.29%37.65%-
XYZ4.543.2711.46-
YUV51.76152.97131.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=29.02%
G=21.24%
B=49.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5641960.420.5700.62256.3640.1526.86
Hex3829602A3903E100281b
Octal705114052710764005033
Binary1110001010011100000101010111001011111010000000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382960; }

 p { color: rgb(56,41,96); }

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

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

 a { background-color: rgb(56,41,96); }

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

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

 span { border-color: rgb(56,41,96); }

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