Html Css Color HEX #353691 Jacksons Purple

📋 copy color: '#353691'

red 53 ◦ green 54 ◦ blue 145

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

Shades of Jacksons Purple #353691

Tints of Jacksons Purple #353691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 21.03%
G = 21.43%
B = 57.54%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353691 (or 0x353691) is known color: Jacksons Purple. HEX triplet: 35, 36 and 91. RGB value is (53,54,145). Sum of RGB (Red+Green+Blue) = 53+54+145=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #353691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353691 is #CAC96E. Grayscale: #3F3F3F. Windows color (decimal): -13289839 or 9516597. OLE color: 9516597.

HSL color Cylindrical-coordinate representation of color #353691: hue angle of 239.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353691 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 54 145 -
CMYK 0.63 0.63 0 0.43
HSL 239.35º 0.46% 0.39% -
HSV(B) 239.35º 0.63% 0.57% -
XYZ 7.9 5.44 27.42 -
YUV 64.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 53 54 145 0.63 0.63 0 0.43 239.35 0.46 0.39
Hex 35 36 91 3F 3F 0 2B EF 2E 27
Octal 65 66 221 77 77 0 53 357 56 47
Binary 110101 110110 10010001 111111 111111 0 101011 11101111 101110 100111

Color Harmonies of #353691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353691

Black with #353691

Text Example


Text Example

White with #353691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353691; }

 p { color: rgb(53,54,145); }

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

background-color css

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

 a { background-color: rgb(53,54,145); }

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

border-color css

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

 span { border-color: rgb(53,54,145); }

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