Html Css Color HEX #3D224E Jagger

📋 copy color: '#3D224E'

red 61 ◦ green 34 ◦ blue 78

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

Shades of Jagger #3D224E

Tints of Jagger #3D224E

RGB

 RED value IS 61 (24.22% from 255) = 35.26%

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

 BLUE value IS 78 (30.86% from 255) = 45.09%

R = 35.26%
G = 19.65%
B = 45.09%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D224E (or 0x3D224E) is known color: Jagger. HEX triplet: 3D, 22 and 4E. RGB value is (61,34,78). Sum of RGB (Red+Green+Blue) = 61+34+78=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D224E is #C2DDB1. Grayscale: #2E2E2E. Windows color (decimal): -12770738 or 5120573. OLE color: 5120573.

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

Color convert

RGB 61 34 78 -
CMYK 0.22 0.56 0 0.69
HSL 276.82º 0.39% 0.22% -
HSV(B) 276.82º 0.56% 0.31% -
XYZ 3.87 2.69 7.52 -
YUV 47.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 61 34 78 0.22 0.56 0 0.69 276.82 0.39 0.22
Hex 3D 22 4E 16 38 0 45 115 27 16
Octal 75 42 116 26 70 0 105 425 47 26
Binary 111101 100010 1001110 10110 111000 0 1000101 100010101 100111 10110

Color Harmonies of #3D224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D224E

Black with #3D224E

Text Example


Text Example

White with #3D224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,34,78); }

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

background-color css

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

 a { background-color: rgb(61,34,78); }

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

border-color css

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

 span { border-color: rgb(61,34,78); }

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