#3F335D

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

Shades of Jacarta #3F335D

Tints of Jacarta #3F335D

Color information

#3F335D (or 0x3F335D) is unknown color: approx Jacarta. HEX triplet: 3F, 33 and 5D. RGB value is (63,51,93). Sum of RGB (Red+Green+Blue) = 63+51+93=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F335D is #C0CCA2. Grayscale: #3B3B3B. Windows color (decimal): -12635299 or 6107967. OLE color: 6107967.

HSL color Cylindrical-coordinate representation of color #3F335D: hue angle of 257.14º 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 #3F335D is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB635193-
CMYK0.320.4500.64
HSL257.14º29.17%28.24%-
HSV(B)257.14º45.16%36.47%-
XYZ5.214.2110.89-
YUV59.38146.98130.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=30.43%
G=24.64%
B=44.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6351930.320.4500.64257.1429.1728.24
Hex3F335D202D0401011d1c
Octal7763135405501004013534
Binary1111111100111011101100000101101010000001000000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,93); }

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

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

 a { background-color: rgb(63,51,93); }

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

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

 span { border-color: rgb(63,51,93); }

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