Html Css Color HEX #353184 Jacksons Purple

📋 copy color: '#353184'

red 53 ◦ green 49 ◦ blue 132

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

Shades of Jacksons Purple #353184

Tints of Jacksons Purple #353184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 22.65%
G = 20.94%
B = 56.41%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#353184 (or 0x353184) is known color: Jacksons Purple. HEX triplet: 35, 31 and 84. RGB value is (53,49,132). Sum of RGB (Red+Green+Blue) = 53+49+132=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #353184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353184 is #CACE7B. Grayscale: #3B3B3B. Windows color (decimal): -13291132 or 8663349. OLE color: 8663349.

HSL color Cylindrical-coordinate representation of color #353184: hue angle of 242.89º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353184 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 49 132 -
CMYK 0.60 0.63 0 0.48
HSL 242.89º 0.46% 0.35% -
HSV(B) 242.89º 0.63% 0.52% -
XYZ 6.73 4.62 22.37 -
YUV 59.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 53 49 132 0.60 0.63 0 0.48 242.89 0.46 0.35
Hex 35 31 84 3C 3F 0 30 F3 2E 23
Octal 65 61 204 74 77 0 60 363 56 43
Binary 110101 110001 10000100 111100 111111 0 110000 11110011 101110 100011

Color Harmonies of #353184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353184

Black with #353184

Text Example


Text Example

White with #353184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353184; }

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

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

background-color css

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

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

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

border-color css

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

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

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