Html Css Color HEX #353984 Jacksons Purple

📋 copy color: '#353984'

red 53 ◦ green 57 ◦ blue 132

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

Shades of Jacksons Purple #353984

Tints of Jacksons Purple #353984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 21.9%
G = 23.55%
B = 54.55%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#353984 (or 0x353984) is known color: Jacksons Purple. HEX triplet: 35, 39 and 84. RGB value is (53,57,132). Sum of RGB (Red+Green+Blue) = 53+57+132=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #353984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353984 is #CAC67B. Grayscale: #404040. Windows color (decimal): -13289084 or 8665397. OLE color: 8665397.

HSL color Cylindrical-coordinate representation of color #353984: hue angle of 236.96º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353984 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 57 132 -
CMYK 0.60 0.57 0 0.48
HSL 236.96º 0.43% 0.36% -
HSV(B) 236.96º 0.6% 0.52% -
XYZ 7.1 5.35 22.49 -
YUV 64.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 53 57 132 0.60 0.57 0 0.48 236.96 0.43 0.36
Hex 35 39 84 3C 39 0 30 ED 2B 24
Octal 65 71 204 74 71 0 60 355 53 44
Binary 110101 111001 10000100 111100 111001 0 110000 11101101 101011 100100

Color Harmonies of #353984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353984

Black with #353984

Text Example


Text Example

White with #353984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353984; }

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

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

background-color css

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

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

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

border-color css

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

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

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