#383160

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

Shades of Jacarta #383160

Tints of Jacarta #383160

Color information

#383160 (or 0x383160) is unknown color: approx Jacarta. HEX triplet: 38, 31 and 60. RGB value is (56,49,96). Sum of RGB (Red+Green+Blue) = 56+49+96=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #383160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383160 is #C7CE9F. Grayscale: #383838. Windows color (decimal): -13094560 or 6304056. OLE color: 6304056.

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

Color convert

RGB564996-
CMYK0.420.4900.62
HSL248.94º32.41%28.43%-
HSV(B)248.94º48.96%37.65%-
XYZ4.843.8811.56-
YUV56.45150.32127.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=27.86%
G=24.38%
B=47.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5649960.420.4900.62248.9432.4128.43
Hex3831602A3103Ef9201c
Octal706114052610763714034
Binary111000110001110000010101011000101111101111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383160; }

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

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

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

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

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

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

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

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