Html Css Color HEX #353992 Jacksons Purple

📋 copy color: '#353992'

red 53 ◦ green 57 ◦ blue 146

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

Shades of Jacksons Purple #353992

Tints of Jacksons Purple #353992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 20.7%
G = 22.27%
B = 57.03%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353992 (or 0x353992) is known color: Jacksons Purple. HEX triplet: 35, 39 and 92. RGB value is (53,57,146). Sum of RGB (Red+Green+Blue) = 53+57+146=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #353992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353992 is #CAC66D. Grayscale: #414141. Windows color (decimal): -13289070 or 9582901. OLE color: 9582901.

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

Color convert

RGB 53 57 146 -
CMYK 0.64 0.61 0 0.43
HSL 237.42º 0.47% 0.39% -
HSV(B) 237.42º 0.64% 0.57% -
XYZ 8.12 5.76 27.88 -
YUV 65.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 53 57 146 0.64 0.61 0 0.43 237.42 0.47 0.39
Hex 35 39 92 40 3D 0 2B ED 2F 27
Octal 65 71 222 100 75 0 53 355 57 47
Binary 110101 111001 10010010 1000000 111101 0 101011 11101101 101111 100111

Color Harmonies of #353992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353992

Black with #353992

Text Example


Text Example

White with #353992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353992; }

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

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

background-color css

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

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

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

border-color css

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

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

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