Html Css Color HEX #354087 Jacksons Purple

📋 copy color: '#354087'

red 53 ◦ green 64 ◦ blue 135

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

Shades of Jacksons Purple #354087

Tints of Jacksons Purple #354087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 21.03%
G = 25.4%
B = 53.57%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#354087 (or 0x354087) is known color: Jacksons Purple. HEX triplet: 35, 40 and 87. RGB value is (53,64,135). Sum of RGB (Red+Green+Blue) = 53+64+135=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #354087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354087 is #CABF78. Grayscale: #444444. Windows color (decimal): -13287289 or 8863797. OLE color: 8863797.

HSL color Cylindrical-coordinate representation of color #354087: hue angle of 231.95º 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 #354087 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 64 135 -
CMYK 0.61 0.53 0 0.47
HSL 231.95º 0.44% 0.37% -
HSV(B) 231.95º 0.61% 0.53% -
XYZ 7.67 6.17 23.71 -
YUV 68.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 53 64 135 0.61 0.53 0 0.47 231.95 0.44 0.37
Hex 35 40 87 3D 35 0 2F E8 2C 25
Octal 65 100 207 75 65 0 57 350 54 45
Binary 110101 1000000 10000111 111101 110101 0 101111 11101000 101100 100101

Color Harmonies of #354087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354087

Black with #354087

Text Example


Text Example

White with #354087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354087; }

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

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

background-color css

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

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

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

border-color css

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

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

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