Html Css Color HEX #361D4D Jagger

📋 copy color: '#361D4D'

red 54 ◦ green 29 ◦ blue 77

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

Shades of Jagger #361D4D

Tints of Jagger #361D4D

RGB

 RED value IS 54 (21.48% from 255) = 33.75%

 GREEN value IS 29 (11.72% from 255) = 18.13%

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 33.75%
G = 18.13%
B = 48.13%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#361D4D (or 0x361D4D) is known color: Jagger. HEX triplet: 36, 1D and 4D. RGB value is (54,29,77). Sum of RGB (Red+Green+Blue) = 54+29+77=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #361D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D4D is #C9E2B2. Grayscale: #292929. Windows color (decimal): -13230771 or 5053750. OLE color: 5053750.

HSL color Cylindrical-coordinate representation of color #361D4D: hue angle of 271.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #361D4D is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 29 77 -
CMYK 0.30 0.62 0 0.70
HSL 271.25º 0.45% 0.21% -
HSV(B) 271.25º 0.62% 0.3% -
XYZ 3.3 2.2 7.27 -
YUV 41.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 54 29 77 0.30 0.62 0 0.70 271.25 0.45 0.21
Hex 36 1D 4D 1E 3E 0 46 10F 2D 15
Octal 66 35 115 36 76 0 106 417 55 25
Binary 110110 11101 1001101 11110 111110 0 1000110 100001111 101101 10101

Color Harmonies of #361D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D4D

Black with #361D4D

Text Example


Text Example

White with #361D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361D4D; }

 p { color: rgb(54,29,77); }

 H1.HeaderClassName
 {
   color: #361D4D;
 }
 .AnyTagClassName
 {
   color: #361D4D;
 }
</style>

background-color css

<style>
 a { background-color: #361D4D; }

 a { background-color: rgb(54,29,77); }

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

border-color css

<style>
 span { border-color: #361D4D; }

 span { border-color: rgb(54,29,77); }

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