#3F3555

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

Shades of Jacarta #3F3555

Tints of Jacarta #3F3555

Color information

#3F3555 (or 0x3F3555) is unknown color: approx Jacarta. HEX triplet: 3F, 35 and 55. RGB value is (63,53,85). Sum of RGB (Red+Green+Blue) = 63+53+85=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3555 is #C0CAAA. Grayscale: #3B3B3B. Windows color (decimal): -12634795 or 5584191. OLE color: 5584191.

HSL color Cylindrical-coordinate representation of color #3F3555: hue angle of 258.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F3555 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB635385-
CMYK0.260.3800.67
HSL258.75º23.19%27.06%-
HSV(B)258.75º37.65%33.33%-
XYZ4.964.269.15-
YUV59.64142.31130.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.34%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=31.34%
G=26.37%
B=42.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6353850.260.3800.67258.7523.1927.06
Hex3F35551A26043103171b
Octal7765125324601034032733
Binary111111110101101010111010100110010000111000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3555; }

 p { color: rgb(63,53,85); }

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

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

 a { background-color: rgb(63,53,85); }

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

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

 span { border-color: rgb(63,53,85); }

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