Html Css Color HEX #361F4A Jagger

📋 copy color: '#361F4A'

red 54 ◦ green 31 ◦ blue 74

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

Shades of Jagger #361F4A

Tints of Jagger #361F4A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.5%

 BLUE value IS 74 (29.3% from 255) = 46.54%

R = 33.96%
G = 19.5%
B = 46.54%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#361F4A (or 0x361F4A) is known color: Jagger. HEX triplet: 36, 1F and 4A. RGB value is (54,31,74). Sum of RGB (Red+Green+Blue) = 54+31+74=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #361F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F4A is #C9E0B5. Grayscale: #2A2A2A. Windows color (decimal): -13230262 or 4857654. OLE color: 4857654.

HSL color Cylindrical-coordinate representation of color #361F4A: hue angle of 272.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #361F4A is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 31 74 -
CMYK 0.27 0.58 0 0.71
HSL 272.09º 0.41% 0.21% -
HSV(B) 272.09º 0.58% 0.29% -
XYZ 3.25 2.26 6.74 -
YUV 42.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 54 31 74 0.27 0.58 0 0.71 272.09 0.41 0.21
Hex 36 1F 4A 1B 3A 0 47 110 29 15
Octal 66 37 112 33 72 0 107 420 51 25
Binary 110110 11111 1001010 11011 111010 0 1000111 100010000 101001 10101

Color Harmonies of #361F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F4A

Black with #361F4A

Text Example


Text Example

White with #361F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,74); }

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

background-color css

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

 a { background-color: rgb(54,31,74); }

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

border-color css

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

 span { border-color: rgb(54,31,74); }

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