Html Css Color HEX #3C325D Jacarta

📋 copy color: '#3C325D'

red 60 ◦ green 50 ◦ blue 93

#3C325D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #3C325D

Tints of Jacarta #3C325D

RGB

 RED value IS 60 (23.83% from 255) = 29.56%

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 29.56%
G = 24.63%
B = 45.81%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C325D (or 0x3C325D) is known color: Jacarta. HEX triplet: 3C, 32 and 5D. RGB value is (60,50,93). Sum of RGB (Red+Green+Blue) = 60+50+93=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C325D is #C3CDA2. Grayscale: #393939. Windows color (decimal): -12832163 or 6107708. OLE color: 6107708.

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

Color convert

RGB 60 50 93 -
CMYK 0.35 0.46 0 0.64
HSL 253.95º 0.3% 0.28% -
HSV(B) 253.95º 0.46% 0.36% -
XYZ 4.98 4.03 10.87 -
YUV 57.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 60 50 93 0.35 0.46 0 0.64 253.95 0.3 0.28
Hex 3C 32 5D 23 2E 0 40 FE 1E 1C
Octal 74 62 135 43 56 0 100 376 36 34
Binary 111100 110010 1011101 100011 101110 0 1000000 11111110 11110 11100

Color Harmonies of #3C325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C325D

Black with #3C325D

Text Example


Text Example

White with #3C325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,93); }

 H1.HeaderClassName
 {
   color: #3C325D;
 }
 .AnyTagClassName
 {
   color: #3C325D;
 }
</style>

background-color css

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

 a { background-color: rgb(60,50,93); }

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

border-color css

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

 span { border-color: rgb(60,50,93); }

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