Html Css Color HEX #3B1C50 Jagger

📋 copy color: '#3B1C50'

red 59 ◦ green 28 ◦ blue 80

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

Shades of Jagger #3B1C50

Tints of Jagger #3B1C50

RGB

 RED value IS 59 (23.44% from 255) = 35.33%

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

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

R = 35.33%
G = 16.77%
B = 47.9%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B1C50 (or 0x3B1C50) is known color: Jagger. HEX triplet: 3B, 1C and 50. RGB value is (59,28,80). Sum of RGB (Red+Green+Blue) = 59+28+80=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1C50 is #C4E3AF. Grayscale: #2B2B2B. Windows color (decimal): -12903344 or 5250107. OLE color: 5250107.

HSL color Cylindrical-coordinate representation of color #3B1C50: hue angle of 275.77º 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 #3B1C50 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 28 80 -
CMYK 0.26 0.65 0 0.69
HSL 275.77º 0.48% 0.21% -
HSV(B) 275.77º 0.65% 0.31% -
XYZ 3.67 2.34 7.85 -
YUV 43.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 59 28 80 0.26 0.65 0 0.69 275.77 0.48 0.21
Hex 3B 1C 50 1A 41 0 45 114 30 15
Octal 73 34 120 32 101 0 105 424 60 25
Binary 111011 11100 1010000 11010 1000001 0 1000101 100010100 110000 10101

Color Harmonies of #3B1C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1C50

Black with #3B1C50

Text Example


Text Example

White with #3B1C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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