Html Css Color HEX #353987 Jacksons Purple

📋 copy color: '#353987'

red 53 ◦ green 57 ◦ blue 135

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

Shades of Jacksons Purple #353987

Tints of Jacksons Purple #353987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

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

R = 21.63%
G = 23.27%
B = 55.1%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353987 (or 0x353987) is known color: Jacksons Purple. HEX triplet: 35, 39 and 87. RGB value is (53,57,135). Sum of RGB (Red+Green+Blue) = 53+57+135=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #353987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353987 is #CAC678. Grayscale: #404040. Windows color (decimal): -13289081 or 8862005. OLE color: 8862005.

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

Color convert

RGB 53 57 135 -
CMYK 0.61 0.58 0 0.47
HSL 237.07º 0.44% 0.37% -
HSV(B) 237.07º 0.61% 0.53% -
XYZ 7.3 5.43 23.59 -
YUV 64.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 53 57 135 0.61 0.58 0 0.47 237.07 0.44 0.37
Hex 35 39 87 3D 3A 0 2F ED 2C 25
Octal 65 71 207 75 72 0 57 355 54 45
Binary 110101 111001 10000111 111101 111010 0 101111 11101101 101100 100101

Color Harmonies of #353987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353987

Black with #353987

Text Example


Text Example

White with #353987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353987; }

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

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

background-color css

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

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

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

border-color css

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

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

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