Html Css Color HEX #353285 Jacksons Purple

📋 copy color: '#353285'

red 53 ◦ green 50 ◦ blue 133

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

Shades of Jacksons Purple #353285

Tints of Jacksons Purple #353285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 22.46%
G = 21.19%
B = 56.36%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#353285 (or 0x353285) is known color: Jacksons Purple. HEX triplet: 35, 32 and 85. RGB value is (53,50,133). Sum of RGB (Red+Green+Blue) = 53+50+133=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #353285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353285 is #CACD7A. Grayscale: #3C3C3C. Windows color (decimal): -13290875 or 8729141. OLE color: 8729141.

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

Color convert

RGB 53 50 133 -
CMYK 0.60 0.62 0 0.48
HSL 242.17º 0.45% 0.36% -
HSV(B) 242.17º 0.62% 0.52% -
XYZ 6.84 4.73 22.74 -
YUV 60.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 53 50 133 0.60 0.62 0 0.48 242.17 0.45 0.36
Hex 35 32 85 3C 3E 0 30 F2 2D 24
Octal 65 62 205 74 76 0 60 362 55 44
Binary 110101 110010 10000101 111100 111110 0 110000 11110010 101101 100100

Color Harmonies of #353285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353285

Black with #353285

Text Example


Text Example

White with #353285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353285; }

 p { color: rgb(53,50,133); }

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

background-color css

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

 a { background-color: rgb(53,50,133); }

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

border-color css

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

 span { border-color: rgb(53,50,133); }

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