Html Css Color HEX #353385 Jacksons Purple

📋 copy color: '#353385'

red 53 ◦ green 51 ◦ blue 133

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

Shades of Jacksons Purple #353385

Tints of Jacksons Purple #353385

RGB

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

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

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

R = 22.36%
G = 21.52%
B = 56.12%

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

#353385 (or 0x353385) is known color: Jacksons Purple. HEX triplet: 35, 33 and 85. RGB value is (53,51,133). Sum of RGB (Red+Green+Blue) = 53+51+133=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #353385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353385 is #CACC7A. Grayscale: #3C3C3C. Windows color (decimal): -13290619 or 8729397. OLE color: 8729397.

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

Color convert

RGB 53 51 133 -
CMYK 0.60 0.62 0 0.48
HSL 241.46º 0.45% 0.36% -
HSV(B) 241.46º 0.62% 0.52% -
XYZ 6.89 4.82 22.76 -
YUV 60.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 53 51 133 0.60 0.62 0 0.48 241.46 0.45 0.36
Hex 35 33 85 3C 3E 0 30 F1 2D 24
Octal 65 63 205 74 76 0 60 361 55 44
Binary 110101 110011 10000101 111100 111110 0 110000 11110001 101101 100100

Color Harmonies of #353385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353385

Black with #353385

Text Example


Text Example

White with #353385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353385; }

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

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

background-color css

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

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

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

border-color css

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

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

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