Html Css Color HEX #3C274C Jagger

📋 copy color: '#3C274C'

red 60 ◦ green 39 ◦ blue 76

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

Shades of Jagger #3C274C

Tints of Jagger #3C274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.43%

R = 34.29%
G = 22.29%
B = 43.43%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C274C (or 0x3C274C) is known color: Jagger. HEX triplet: 3C, 27 and 4C. RGB value is (60,39,76). Sum of RGB (Red+Green+Blue) = 60+39+76=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C274C is #C3D8B3. Grayscale: #313131. Windows color (decimal): -12834996 or 4990780. OLE color: 4990780.

HSL color Cylindrical-coordinate representation of color #3C274C: hue angle of 274.05º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C274C is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 39 76 -
CMYK 0.21 0.49 0 0.70
HSL 274.05º 0.32% 0.23% -
HSV(B) 274.05º 0.49% 0.3% -
XYZ 3.89 2.93 7.2 -
YUV 49.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 60 39 76 0.21 0.49 0 0.70 274.05 0.32 0.23
Hex 3C 27 4C 15 31 0 46 112 20 17
Octal 74 47 114 25 61 0 106 422 40 27
Binary 111100 100111 1001100 10101 110001 0 1000110 100010010 100000 10111

Color Harmonies of #3C274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C274C

Black with #3C274C

Text Example


Text Example

White with #3C274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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