#38315F

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

Shades of Jacarta #38315F

Tints of Jacarta #38315F

Color information

#38315F (or 0x38315F) is unknown color: approx Jacarta. HEX triplet: 38, 31 and 5F. RGB value is (56,49,95). Sum of RGB (Red+Green+Blue) = 56+49+95=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #38315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38315F is #C7CEA0. Grayscale: #383838. Windows color (decimal): -13094561 or 6238520. OLE color: 6238520.

HSL color Cylindrical-coordinate representation of color #38315F: hue angle of 249.13º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38315F is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB564995-
CMYK0.410.4800.63
HSL249.13º31.94%28.24%-
HSV(B)249.13º48.42%37.25%-
XYZ4.793.8611.32-
YUV56.34149.82127.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=28%
G=24.5%
B=47.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5649950.410.4800.63249.1331.9428.24
Hex38315F293003Ff9201c
Octal706113751600773714034
Binary111000110001101111110100111000001111111111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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