#3C315E

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

Shades of Jacarta #3C315E

Tints of Jacarta #3C315E

Color information

#3C315E (or 0x3C315E) is unknown color: approx Jacarta. HEX triplet: 3C, 31 and 5E. RGB value is (60,49,94). Sum of RGB (Red+Green+Blue) = 60+49+94=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 49 (19.53% from 255 or 24.14% 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 #3C315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315E is #C3CEA1. Grayscale: #393939. Windows color (decimal): -12832418 or 6172988. OLE color: 6172988.

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

Color convert

RGB604994-
CMYK0.360.4800.63
HSL254.67º31.47%28.04%-
HSV(B)254.67º47.87%36.86%-
XYZ4.983.9711.09-
YUV57.42148.64129.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=29.56%
G=24.14%
B=46.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6049940.360.4800.63254.6731.4728.04
Hex3C315E243003Fff1f1c
Octal746113644600773773734
Binary11110011000110111101001001100000111111111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,94); }

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

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

 a { background-color: rgb(60,49,94); }

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

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

 span { border-color: rgb(60,49,94); }

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