#38315C

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

Shades of Jacarta #38315C

Tints of Jacarta #38315C

Color information

#38315C (or 0x38315C) is unknown color: approx Jacarta. HEX triplet: 38, 31 and 5C. RGB value is (56,49,92). Sum of RGB (Red+Green+Blue) = 56+49+92=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #38315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38315C is #C7CEA3. Grayscale: #373737. Windows color (decimal): -13094564 or 6041912. OLE color: 6041912.

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

Color convert

RGB564992-
CMYK0.390.4700.64
HSL249.77º30.5%27.65%-
HSV(B)249.77º46.74%36.08%-
XYZ4.663.8110.61-
YUV56148.32128-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=28.43%
G=24.87%
B=46.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5649920.390.4700.64249.7730.527.65
Hex38315C272F040fa1e1c
Octal7061134475701003723634
Binary111000110001101110010011110111101000000111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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