Html Css Color HEX #353478 Jacksons Purple

📋 copy color: '#353478'

red 53 ◦ green 52 ◦ blue 120

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

Shades of Jacksons Purple #353478

Tints of Jacksons Purple #353478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.33%

R = 23.56%
G = 23.11%
B = 53.33%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353478 (or 0x353478) is known color: Jacksons Purple. HEX triplet: 35, 34 and 78. RGB value is (53,52,120). Sum of RGB (Red+Green+Blue) = 53+52+120=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #353478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353478 is #CACB87. Grayscale: #3B3B3B. Windows color (decimal): -13290376 or 7877685. OLE color: 7877685.

HSL color Cylindrical-coordinate representation of color #353478: hue angle of 240.88º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353478 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 52 120 -
CMYK 0.56 0.57 0 0.53
HSL 240.88º 0.4% 0.34% -
HSV(B) 240.88º 0.57% 0.47% -
XYZ 6.09 4.57 18.33 -
YUV 60.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 53 52 120 0.56 0.57 0 0.53 240.88 0.4 0.34
Hex 35 34 78 38 39 0 35 F1 28 22
Octal 65 64 170 70 71 0 65 361 50 42
Binary 110101 110100 1111000 111000 111001 0 110101 11110001 101000 100010

Color Harmonies of #353478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353478

Black with #353478

Text Example


Text Example

White with #353478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353478; }

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

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

background-color css

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

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

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

border-color css

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

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

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