Html Css Color HEX #3D184E Jagger

📋 copy color: '#3D184E'

red 61 ◦ green 24 ◦ blue 78

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

Shades of Jagger #3D184E

Tints of Jagger #3D184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

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

R = 37.42%
G = 14.72%
B = 47.85%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D184E (or 0x3D184E) is known color: Jagger. HEX triplet: 3D, 18 and 4E. RGB value is (61,24,78). Sum of RGB (Red+Green+Blue) = 61+24+78=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D184E is #C2E7B1. Grayscale: #292929. Windows color (decimal): -12773298 or 5118013. OLE color: 5118013.

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

Color convert

RGB 61 24 78 -
CMYK 0.22 0.69 0 0.69
HSL 281.11º 0.53% 0.2% -
HSV(B) 281.11º 0.69% 0.31% -
XYZ 3.63 2.2 7.44 -
YUV 41.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 61 24 78 0.22 0.69 0 0.69 281.11 0.53 0.2
Hex 3D 18 4E 16 45 0 45 119 35 14
Octal 75 30 116 26 105 0 105 431 65 24
Binary 111101 11000 1001110 10110 1000101 0 1000101 100011001 110101 10100

Color Harmonies of #3D184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D184E

Black with #3D184E

Text Example


Text Example

White with #3D184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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