Html Css Color HEX #362147 Jagger

📋 copy color: '#362147'

red 54 ◦ green 33 ◦ blue 71

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

Shades of Jagger #362147

Tints of Jagger #362147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 34.18%
G = 20.89%
B = 44.94%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362147 (or 0x362147) is known color: Jagger. HEX triplet: 36, 21 and 47. RGB value is (54,33,71). Sum of RGB (Red+Green+Blue) = 54+33+71=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #362147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362147 is #C9DEB8. Grayscale: #2B2B2B. Windows color (decimal): -13229753 or 4661558. OLE color: 4661558.

HSL color Cylindrical-coordinate representation of color #362147: hue angle of 273.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362147 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 33 71 -
CMYK 0.24 0.54 0 0.72
HSL 273.16º 0.37% 0.2% -
HSV(B) 273.16º 0.54% 0.28% -
XYZ 3.2 2.33 6.24 -
YUV 43.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 54 33 71 0.24 0.54 0 0.72 273.16 0.37 0.2
Hex 36 21 47 18 36 0 48 111 25 14
Octal 66 41 107 30 66 0 110 421 45 24
Binary 110110 100001 1000111 11000 110110 0 1001000 100010001 100101 10100

Color Harmonies of #362147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362147

Black with #362147

Text Example


Text Example

White with #362147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362147; }

 p { color: rgb(54,33,71); }

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

background-color css

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

 a { background-color: rgb(54,33,71); }

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

border-color css

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

 span { border-color: rgb(54,33,71); }

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