Html Css Color HEX #3C1950 Jagger

📋 copy color: '#3C1950'

red 60 ◦ green 25 ◦ blue 80

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

Shades of Jagger #3C1950

Tints of Jagger #3C1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 36.36%
G = 15.15%
B = 48.48%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C1950 (or 0x3C1950) is known color: Jagger. HEX triplet: 3C, 19 and 50. RGB value is (60,25,80). Sum of RGB (Red+Green+Blue) = 60+25+80=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1950 is #C3E6AF. Grayscale: #292929. Windows color (decimal): -12838576 or 5249340. OLE color: 5249340.

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

Color convert

RGB 60 25 80 -
CMYK 0.25 0.69 0 0.69
HSL 278.18º 0.52% 0.21% -
HSV(B) 278.18º 0.69% 0.31% -
XYZ 3.66 2.24 7.83 -
YUV 41.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 60 25 80 0.25 0.69 0 0.69 278.18 0.52 0.21
Hex 3C 19 50 19 45 0 45 116 34 15
Octal 74 31 120 31 105 0 105 426 64 25
Binary 111100 11001 1010000 11001 1000101 0 1000101 100010110 110100 10101

Color Harmonies of #3C1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1950

Black with #3C1950

Text Example


Text Example

White with #3C1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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