#38315A

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

Shades of Jacarta #38315A

Tints of Jacarta #38315A

Color information

#38315A (or 0x38315A) is unknown color: approx Jacarta. HEX triplet: 38, 31 and 5A. RGB value is (56,49,90). Sum of RGB (Red+Green+Blue) = 56+49+90=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #38315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38315A is #C7CEA5. Grayscale: #373737. Windows color (decimal): -13094566 or 5910840. OLE color: 5910840.

HSL color Cylindrical-coordinate representation of color #38315A: hue angle of 250.24º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38315A is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564990-
CMYK0.380.4600.65
HSL250.24º29.5%27.25%-
HSV(B)250.24º45.56%35.29%-
XYZ4.573.7810.16-
YUV55.77147.32128.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=28.72%
G=25.13%
B=46.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5649900.380.4600.65250.2429.527.25
Hex38315A262E041fa1d1b
Octal7061132465601013723533
Binary111000110001101101010011010111001000001111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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