Html Css Color HEX #353994 Jacksons Purple

📋 copy color: '#353994'

red 53 ◦ green 57 ◦ blue 148

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

Shades of Jacksons Purple #353994

Tints of Jacksons Purple #353994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 20.54%
G = 22.09%
B = 57.36%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353994 (or 0x353994) is known color: Jacksons Purple. HEX triplet: 35, 39 and 94. RGB value is (53,57,148). Sum of RGB (Red+Green+Blue) = 53+57+148=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #353994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353994 is #CAC66B. Grayscale: #414141. Windows color (decimal): -13289068 or 9713973. OLE color: 9713973.

HSL color Cylindrical-coordinate representation of color #353994: hue angle of 237.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353994 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 57 148 -
CMYK 0.64 0.61 0 0.42
HSL 237.47º 0.47% 0.39% -
HSV(B) 237.47º 0.64% 0.58% -
XYZ 8.28 5.82 28.7 -
YUV 66.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 53 57 148 0.64 0.61 0 0.42 237.47 0.47 0.39
Hex 35 39 94 40 3D 0 2A ED 2F 27
Octal 65 71 224 100 75 0 52 355 57 47
Binary 110101 111001 10010100 1000000 111101 0 101010 11101101 101111 100111

Color Harmonies of #353994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353994

Black with #353994

Text Example


Text Example

White with #353994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353994; }

 p { color: rgb(53,57,148); }

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

background-color css

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

 a { background-color: rgb(53,57,148); }

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

border-color css

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

 span { border-color: rgb(53,57,148); }

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