#39335C

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

Shades of Jacarta #39335C

Tints of Jacarta #39335C

Color information

#39335C (or 0x39335C) is unknown color: approx Jacarta. HEX triplet: 39, 33 and 5C. RGB value is (57,51,92). Sum of RGB (Red+Green+Blue) = 57+51+92=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #39335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39335C is #C6CCA3. Grayscale: #393939. Windows color (decimal): -13028516 or 6042425. OLE color: 6042425.

HSL color Cylindrical-coordinate representation of color #39335C: hue angle of 248.78º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39335C is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB575192-
CMYK0.380.4500.64
HSL248.78º28.67%28.04%-
HSV(B)248.78º44.57%36.08%-
XYZ4.84.0110.65-
YUV57.47147.49127.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=28.5%
G=25.5%
B=46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5751920.380.4500.64248.7828.6728.04
Hex39335C262D040f91d1c
Octal7163134465501003713534
Binary111001110011101110010011010110101000000111110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,51,92); }

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

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

 a { background-color: rgb(57,51,92); }

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

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

 span { border-color: rgb(57,51,92); }

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