Html Css Color HEX #3C2747 Jagger

📋 copy color: '#3C2747'

red 60 ◦ green 39 ◦ blue 71

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

Shades of Jagger #3C2747

Tints of Jagger #3C2747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 35.29%
G = 22.94%
B = 41.76%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2747 (or 0x3C2747) is known color: Jagger. HEX triplet: 3C, 27 and 47. RGB value is (60,39,71). Sum of RGB (Red+Green+Blue) = 60+39+71=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2747 is #C3D8B8. Grayscale: #303030. Windows color (decimal): -12835001 or 4663100. OLE color: 4663100.

HSL color Cylindrical-coordinate representation of color #3C2747: hue angle of 279.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2747 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 39 71 -
CMYK 0.15 0.45 0 0.72
HSL 279.38º 0.29% 0.22% -
HSV(B) 279.38º 0.45% 0.28% -
XYZ 3.73 2.87 6.32 -
YUV 48.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 60 39 71 0.15 0.45 0 0.72 279.38 0.29 0.22
Hex 3C 27 47 F 2D 0 48 117 1D 16
Octal 74 47 107 17 55 0 110 427 35 26
Binary 111100 100111 1000111 1111 101101 0 1001000 100010111 11101 10110

Color Harmonies of #3C2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2747

Black with #3C2747

Text Example


Text Example

White with #3C2747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,39,71); }

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

background-color css

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

 a { background-color: rgb(60,39,71); }

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

border-color css

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

 span { border-color: rgb(60,39,71); }

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