Html Css Color HEX #3C325F Jacarta

📋 copy color: '#3C325F'

red 60 ◦ green 50 ◦ blue 95

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

Shades of Jacarta #3C325F

Tints of Jacarta #3C325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 29.27%
G = 24.39%
B = 46.34%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C325F (or 0x3C325F) is known color: Jacarta. HEX triplet: 3C, 32 and 5F. RGB value is (60,50,95). Sum of RGB (Red+Green+Blue) = 60+50+95=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C325F is #C3CDA0. Grayscale: #393939. Windows color (decimal): -12832161 or 6238780. OLE color: 6238780.

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

Color convert

RGB 60 50 95 -
CMYK 0.37 0.47 0 0.63
HSL 253.33º 0.31% 0.28% -
HSV(B) 253.33º 0.47% 0.37% -
XYZ 5.07 4.07 11.34 -
YUV 58.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 60 50 95 0.37 0.47 0 0.63 253.33 0.31 0.28
Hex 3C 32 5F 25 2F 0 3F FD 1F 1C
Octal 74 62 137 45 57 0 77 375 37 34
Binary 111100 110010 1011111 100101 101111 0 111111 11111101 11111 11100

Color Harmonies of #3C325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C325F

Black with #3C325F

Text Example


Text Example

White with #3C325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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