Html Css Color HEX #353087 Jacksons Purple

📋 copy color: '#353087'

red 53 ◦ green 48 ◦ blue 135

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

Shades of Jacksons Purple #353087

Tints of Jacksons Purple #353087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 22.46%
G = 20.34%
B = 57.2%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353087 (or 0x353087) is known color: Jacksons Purple. HEX triplet: 35, 30 and 87. RGB value is (53,48,135). Sum of RGB (Red+Green+Blue) = 53+48+135=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #353087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353087 is #CACF78. Grayscale: #3B3B3B. Windows color (decimal): -13291385 or 8859701. OLE color: 8859701.

HSL color Cylindrical-coordinate representation of color #353087: hue angle of 243.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353087 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 48 135 -
CMYK 0.61 0.64 0 0.47
HSL 243.45º 0.48% 0.36% -
HSV(B) 243.45º 0.64% 0.53% -
XYZ 6.9 4.62 23.45 -
YUV 59.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 53 48 135 0.61 0.64 0 0.47 243.45 0.48 0.36
Hex 35 30 87 3D 40 0 2F F3 30 24
Octal 65 60 207 75 100 0 57 363 60 44
Binary 110101 110000 10000111 111101 1000000 0 101111 11110011 110000 100100

Color Harmonies of #353087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353087

Black with #353087

Text Example


Text Example

White with #353087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353087; }

 p { color: rgb(53,48,135); }

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

background-color css

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

 a { background-color: rgb(53,48,135); }

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

border-color css

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

 span { border-color: rgb(53,48,135); }

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