Html Css Color HEX #353792 Jacksons Purple

📋 copy color: '#353792'

red 53 ◦ green 55 ◦ blue 146

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

Shades of Jacksons Purple #353792

Tints of Jacksons Purple #353792

RGB

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

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

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

R = 20.87%
G = 21.65%
B = 57.48%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353792 (or 0x353792) is known color: Jacksons Purple. HEX triplet: 35, 37 and 92. RGB value is (53,55,146). Sum of RGB (Red+Green+Blue) = 53+55+146=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #353792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353792 is #CAC86D. Grayscale: #404040. Windows color (decimal): -13289582 or 9582389. OLE color: 9582389.

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

Color convert

RGB 53 55 146 -
CMYK 0.64 0.62 0 0.43
HSL 238.71º 0.47% 0.39% -
HSV(B) 238.71º 0.64% 0.57% -
XYZ 8.02 5.56 27.85 -
YUV 64.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 53 55 146 0.64 0.62 0 0.43 238.71 0.47 0.39
Hex 35 37 92 40 3E 0 2B EF 2F 27
Octal 65 67 222 100 76 0 53 357 57 47
Binary 110101 110111 10010010 1000000 111110 0 101011 11101111 101111 100111

Color Harmonies of #353792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353792

Black with #353792

Text Example


Text Example

White with #353792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353792; }

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

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

background-color css

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

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

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

border-color css

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

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

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