#3A335E

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

Shades of Jacarta #3A335E

Tints of Jacarta #3A335E

Color information

#3A335E (or 0x3A335E) is unknown color: approx Jacarta. HEX triplet: 3A, 33 and 5E. RGB value is (58,51,94). Sum of RGB (Red+Green+Blue) = 58+51+94=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A335E is #C5CCA1. Grayscale: #393939. Windows color (decimal): -12962978 or 6173498. OLE color: 6173498.

HSL color Cylindrical-coordinate representation of color #3A335E: hue angle of 249.77º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A335E is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB585194-
CMYK0.380.4600.63
HSL249.77º29.66%28.43%-
HSV(B)249.77º45.74%36.86%-
XYZ4.954.0811.12-
YUV58148.32128-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=28.57%
G=25.12%
B=46.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5851940.380.4600.63249.7729.6628.43
Hex3A335E262E03Ffa1e1c
Octal726313646560773723634
Binary11101011001110111101001101011100111111111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,94); }

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

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

 a { background-color: rgb(58,51,94); }

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

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

 span { border-color: rgb(58,51,94); }

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