Html Css Color HEX #3A2250 Jagger

📋 copy color: '#3A2250'

red 58 ◦ green 34 ◦ blue 80

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

Shades of Jagger #3A2250

Tints of Jagger #3A2250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 33.72%
G = 19.77%
B = 46.51%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A2250 (or 0x3A2250) is known color: Jagger. HEX triplet: 3A, 22 and 50. RGB value is (58,34,80). Sum of RGB (Red+Green+Blue) = 58+34+80=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2250 is #C5DDAF. Grayscale: #2E2E2E. Windows color (decimal): -12967344 or 5251642. OLE color: 5251642.

HSL color Cylindrical-coordinate representation of color #3A2250: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2250 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 34 80 -
CMYK 0.28 0.58 0 0.69
HSL 271.3º 0.4% 0.22% -
HSV(B) 271.3º 0.58% 0.31% -
XYZ 3.76 2.62 7.9 -
YUV 46.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 58 34 80 0.28 0.58 0 0.69 271.3 0.4 0.22
Hex 3A 22 50 1C 3A 0 45 10F 28 16
Octal 72 42 120 34 72 0 105 417 50 26
Binary 111010 100010 1010000 11100 111010 0 1000101 100001111 101000 10110

Color Harmonies of #3A2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2250

Black with #3A2250

Text Example


Text Example

White with #3A2250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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