Html Css Color HEX #3C2950 Jagger

📋 copy color: '#3C2950'

red 60 ◦ green 41 ◦ blue 80

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

Shades of Jagger #3C2950

Tints of Jagger #3C2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 33.15%
G = 22.65%
B = 44.2%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C2950 (or 0x3C2950) is known color: Jagger. HEX triplet: 3C, 29 and 50. RGB value is (60,41,80). Sum of RGB (Red+Green+Blue) = 60+41+80=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2950 is #C3D6AF. Grayscale: #323232. Windows color (decimal): -12834480 or 5253436. OLE color: 5253436.

HSL color Cylindrical-coordinate representation of color #3C2950: hue angle of 269.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2950 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 41 80 -
CMYK 0.25 0.49 0 0.69
HSL 269.23º 0.32% 0.24% -
HSV(B) 269.23º 0.49% 0.31% -
XYZ 4.1 3.13 7.98 -
YUV 51.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 60 41 80 0.25 0.49 0 0.69 269.23 0.32 0.24
Hex 3C 29 50 19 31 0 45 10D 20 18
Octal 74 51 120 31 61 0 105 415 40 30
Binary 111100 101001 1010000 11001 110001 0 1000101 100001101 100000 11000

Color Harmonies of #3C2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2950

Black with #3C2950

Text Example


Text Example

White with #3C2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,80); }

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

background-color css

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

 a { background-color: rgb(60,41,80); }

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

border-color css

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

 span { border-color: rgb(60,41,80); }

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