Html Css Color HEX #353791 Jacksons Purple

📋 copy color: '#353791'

red 53 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #353791

Tints of Jacksons Purple #353791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 20.95%
G = 21.74%
B = 57.31%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353791 (or 0x353791) is known color: Jacksons Purple. HEX triplet: 35, 37 and 91. RGB value is (53,55,145). Sum of RGB (Red+Green+Blue) = 53+55+145=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #353791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353791 is #CAC86E. Grayscale: #404040. Windows color (decimal): -13289583 or 9516853. OLE color: 9516853.

HSL color Cylindrical-coordinate representation of color #353791: hue angle of 238.7º 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 #353791 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 55 145 -
CMYK 0.63 0.62 0 0.43
HSL 238.7º 0.46% 0.39% -
HSV(B) 238.7º 0.63% 0.57% -
XYZ 7.95 5.53 27.44 -
YUV 64.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 53 55 145 0.63 0.62 0 0.43 238.7 0.46 0.39
Hex 35 37 91 3F 3E 0 2B EF 2E 27
Octal 65 67 221 77 76 0 53 357 56 47
Binary 110101 110111 10010001 111111 111110 0 101011 11101111 101110 100111

Color Harmonies of #353791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353791

Black with #353791

Text Example


Text Example

White with #353791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353791; }

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

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

background-color css

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

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

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

border-color css

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

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

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