Html Css Color HEX #353386 Jacksons Purple

📋 copy color: '#353386'

red 53 ◦ green 51 ◦ blue 134

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

Shades of Jacksons Purple #353386

Tints of Jacksons Purple #353386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 134 (52.73% from 255) = 56.3%

R = 22.27%
G = 21.43%
B = 56.3%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353386 (or 0x353386) is known color: Jacksons Purple. HEX triplet: 35, 33 and 86. RGB value is (53,51,134). Sum of RGB (Red+Green+Blue) = 53+51+134=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #353386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353386 is #CACC79. Grayscale: #3C3C3C. Windows color (decimal): -13290618 or 8794933. OLE color: 8794933.

HSL color Cylindrical-coordinate representation of color #353386: hue angle of 241.45º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353386 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 51 134 -
CMYK 0.60 0.62 0 0.47
HSL 241.45º 0.45% 0.36% -
HSV(B) 241.45º 0.62% 0.53% -
XYZ 6.96 4.85 23.12 -
YUV 61.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 53 51 134 0.60 0.62 0 0.47 241.45 0.45 0.36
Hex 35 33 86 3C 3E 0 2F F1 2D 24
Octal 65 63 206 74 76 0 57 361 55 44
Binary 110101 110011 10000110 111100 111110 0 101111 11110001 101101 100100

Color Harmonies of #353386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353386

Black with #353386

Text Example


Text Example

White with #353386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353386; }

 p { color: rgb(53,51,134); }

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

background-color css

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

 a { background-color: rgb(53,51,134); }

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

border-color css

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

 span { border-color: rgb(53,51,134); }

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