Html Css Color HEX #353185 Jacksons Purple

📋 copy color: '#353185'

red 53 ◦ green 49 ◦ blue 133

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

Shades of Jacksons Purple #353185

Tints of Jacksons Purple #353185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 22.55%
G = 20.85%
B = 56.6%

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

#353185 (or 0x353185) is known color: Jacksons Purple. HEX triplet: 35, 31 and 85. RGB value is (53,49,133). Sum of RGB (Red+Green+Blue) = 53+49+133=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #353185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353185 is #CACE7A. Grayscale: #3B3B3B. Windows color (decimal): -13291131 or 8728885. OLE color: 8728885.

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

Color convert

RGB 53 49 133 -
CMYK 0.60 0.63 0 0.48
HSL 242.86º 0.46% 0.36% -
HSV(B) 242.86º 0.63% 0.52% -
XYZ 6.8 4.65 22.73 -
YUV 59.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 53 49 133 0.60 0.63 0 0.48 242.86 0.46 0.36
Hex 35 31 85 3C 3F 0 30 F3 2E 24
Octal 65 61 205 74 77 0 60 363 56 44
Binary 110101 110001 10000101 111100 111111 0 110000 11110011 101110 100100

Color Harmonies of #353185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353185

Black with #353185

Text Example


Text Example

White with #353185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353185; }

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

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

background-color css

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

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

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

border-color css

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

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

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