Html Css Color HEX #353179 Jacksons Purple

📋 copy color: '#353179'

red 53 ◦ green 49 ◦ blue 121

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

Shades of Jacksons Purple #353179

Tints of Jacksons Purple #353179

RGB

 RED value IS 53 (21.09% from 255) = 23.77%

 GREEN value IS 49 (19.53% from 255) = 21.97%

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

R = 23.77%
G = 21.97%
B = 54.26%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353179 (or 0x353179) is known color: Jacksons Purple. HEX triplet: 35, 31 and 79. RGB value is (53,49,121). Sum of RGB (Red+Green+Blue) = 53+49+121=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 49 (19.53% from 255 or 21.97% 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 #353179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353179 is #CACE86. Grayscale: #3A3A3A. Windows color (decimal): -13291143 or 7942453. OLE color: 7942453.

HSL color Cylindrical-coordinate representation of color #353179: hue angle of 243.33º degrees, saturation: 0.42, 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 #353179 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 49 121 -
CMYK 0.56 0.60 0 0.53
HSL 243.33º 0.42% 0.33% -
HSV(B) 243.33º 0.6% 0.47% -
XYZ 6.02 4.33 18.61 -
YUV 58.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 53 49 121 0.56 0.60 0 0.53 243.33 0.42 0.33
Hex 35 31 79 38 3C 0 35 F3 2A 21
Octal 65 61 171 70 74 0 65 363 52 41
Binary 110101 110001 1111001 111000 111100 0 110101 11110011 101010 100001

Color Harmonies of #353179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353179

Black with #353179

Text Example


Text Example

White with #353179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353179; }

 p { color: rgb(53,49,121); }

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

background-color css

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

 a { background-color: rgb(53,49,121); }

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

border-color css

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

 span { border-color: rgb(53,49,121); }

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