#383158

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

Shades of Jacarta #383158

Tints of Jacarta #383158

Color information

#383158 (or 0x383158) is unknown color: approx Jacarta. HEX triplet: 38, 31 and 58. RGB value is (56,49,88). Sum of RGB (Red+Green+Blue) = 56+49+88=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #383158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383158 is #C7CEA7. Grayscale: #373737. Windows color (decimal): -13094568 or 5779768. OLE color: 5779768.

HSL color Cylindrical-coordinate representation of color #383158: hue angle of 250.77º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383158 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564988-
CMYK0.360.4400.65
HSL250.77º28.47%26.86%-
HSV(B)250.77º44.32%34.51%-
XYZ4.493.749.72-
YUV55.54146.32128.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=29.02%
G=25.39%
B=45.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5649880.360.4400.65250.7728.4726.86
Hex383158242C041fb1c1b
Octal7061130445401013733433
Binary111000110001101100010010010110001000001111110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383158; }

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

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

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

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

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

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

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

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