Html Css Color HEX #362048 Jagger

📋 copy color: '#362048'

red 54 ◦ green 32 ◦ blue 72

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

Shades of Jagger #362048

Tints of Jagger #362048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 34.18%
G = 20.25%
B = 45.57%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362048 (or 0x362048) is known color: Jagger. HEX triplet: 36, 20 and 48. RGB value is (54,32,72). Sum of RGB (Red+Green+Blue) = 54+32+72=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #362048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362048 is #C9DFB7. Grayscale: #2B2B2B. Windows color (decimal): -13230008 or 4726838. OLE color: 4726838.

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

Color convert

RGB 54 32 72 -
CMYK 0.25 0.56 0 0.72
HSL 273º 0.38% 0.2% -
HSV(B) 273º 0.56% 0.28% -
XYZ 3.21 2.29 6.4 -
YUV 43.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 54 32 72 0.25 0.56 0 0.72 273 0.38 0.2
Hex 36 20 48 19 38 0 48 111 26 14
Octal 66 40 110 31 70 0 110 421 46 24
Binary 110110 100000 1001000 11001 111000 0 1001000 100010001 100110 10100

Color Harmonies of #362048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362048

Black with #362048

Text Example


Text Example

White with #362048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362048; }

 p { color: rgb(54,32,72); }

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

background-color css

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

 a { background-color: rgb(54,32,72); }

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

border-color css

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

 span { border-color: rgb(54,32,72); }

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