Html Css Color HEX #353490 Jacksons Purple

📋 copy color: '#353490'

red 53 ◦ green 52 ◦ blue 144

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

Shades of Jacksons Purple #353490

Tints of Jacksons Purple #353490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 21.29%
G = 20.88%
B = 57.83%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#353490 (or 0x353490) is known color: Jacksons Purple. HEX triplet: 35, 34 and 90. RGB value is (53,52,144). Sum of RGB (Red+Green+Blue) = 53+52+144=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #353490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353490 is #CACB6F. Grayscale: #3E3E3E. Windows color (decimal): -13290352 or 9450549. OLE color: 9450549.

HSL color Cylindrical-coordinate representation of color #353490: hue angle of 240.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353490 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 52 144 -
CMYK 0.63 0.64 0 0.44
HSL 240.65º 0.47% 0.38% -
HSV(B) 240.65º 0.64% 0.56% -
XYZ 7.73 5.23 26.99 -
YUV 62.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 53 52 144 0.63 0.64 0 0.44 240.65 0.47 0.38
Hex 35 34 90 3F 40 0 2C F1 2F 26
Octal 65 64 220 77 100 0 54 361 57 46
Binary 110101 110100 10010000 111111 1000000 0 101100 11110001 101111 100110

Color Harmonies of #353490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353490

Black with #353490

Text Example


Text Example

White with #353490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353490; }

 p { color: rgb(53,52,144); }

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

background-color css

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

 a { background-color: rgb(53,52,144); }

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

border-color css

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

 span { border-color: rgb(53,52,144); }

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