Html Css Color HEX #3A1C50 Jagger

📋 copy color: '#3A1C50'

red 58 ◦ green 28 ◦ blue 80

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

Shades of Jagger #3A1C50

Tints of Jagger #3A1C50

RGB

 RED value IS 58 (23.05% from 255) = 34.94%

 GREEN value IS 28 (11.33% from 255) = 16.87%

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

R = 34.94%
G = 16.87%
B = 48.19%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A1C50 (or 0x3A1C50) is known color: Jagger. HEX triplet: 3A, 1C and 50. RGB value is (58,28,80). Sum of RGB (Red+Green+Blue) = 58+28+80=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A1C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C50 is #C5E3AF. Grayscale: #2A2A2A. Windows color (decimal): -12968880 or 5250106. OLE color: 5250106.

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

Color convert

RGB 58 28 80 -
CMYK 0.28 0.65 0 0.69
HSL 274.62º 0.48% 0.21% -
HSV(B) 274.62º 0.65% 0.31% -
XYZ 3.61 2.31 7.84 -
YUV 42.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 58 28 80 0.28 0.65 0 0.69 274.62 0.48 0.21
Hex 3A 1C 50 1C 41 0 45 113 30 15
Octal 72 34 120 34 101 0 105 423 60 25
Binary 111010 11100 1010000 11100 1000001 0 1000101 100010011 110000 10101

Color Harmonies of #3A1C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1C50

Black with #3A1C50

Text Example


Text Example

White with #3A1C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,28,80); }

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

background-color css

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

 a { background-color: rgb(58,28,80); }

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

border-color css

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

 span { border-color: rgb(58,28,80); }

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