Html Css Color HEX #363079 Jacksons Purple

📋 copy color: '#363079'

red 54 ◦ green 48 ◦ blue 121

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

Shades of Jacksons Purple #363079

Tints of Jacksons Purple #363079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 24.22%
G = 21.52%
B = 54.26%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363079 (or 0x363079) is known color: Jacksons Purple. HEX triplet: 36, 30 and 79. RGB value is (54,48,121). Sum of RGB (Red+Green+Blue) = 54+48+121=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #363079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363079 is #C9CF86. Grayscale: #393939. Windows color (decimal): -13225863 or 7942198. OLE color: 7942198.

HSL color Cylindrical-coordinate representation of color #363079: hue angle of 244.93º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363079 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 48 121 -
CMYK 0.55 0.60 0 0.53
HSL 244.93º 0.43% 0.33% -
HSV(B) 244.93º 0.6% 0.47% -
XYZ 6.03 4.28 18.6 -
YUV 58.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 54 48 121 0.55 0.60 0 0.53 244.93 0.43 0.33
Hex 36 30 79 37 3C 0 35 F5 2B 21
Octal 66 60 171 67 74 0 65 365 53 41
Binary 110110 110000 1111001 110111 111100 0 110101 11110101 101011 100001

Color Harmonies of #363079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363079

Black with #363079

Text Example


Text Example

White with #363079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363079; }

 p { color: rgb(54,48,121); }

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

background-color css

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

 a { background-color: rgb(54,48,121); }

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

border-color css

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

 span { border-color: rgb(54,48,121); }

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