Html Css Color HEX #353181 Jacksons Purple

📋 copy color: '#353181'

red 53 ◦ green 49 ◦ blue 129

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

Shades of Jacksons Purple #353181

Tints of Jacksons Purple #353181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 22.94%
G = 21.21%
B = 55.84%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#353181 (or 0x353181) is known color: Jacksons Purple. HEX triplet: 35, 31 and 81. RGB value is (53,49,129). Sum of RGB (Red+Green+Blue) = 53+49+129=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #353181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353181 is #CACE7E. Grayscale: #3B3B3B. Windows color (decimal): -13291135 or 8466741. OLE color: 8466741.

HSL color Cylindrical-coordinate representation of color #353181: hue angle of 243º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353181 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 49 129 -
CMYK 0.59 0.62 0 0.49
HSL 243º 0.45% 0.35% -
HSV(B) 243º 0.62% 0.51% -
XYZ 6.53 4.54 21.3 -
YUV 59.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 53 49 129 0.59 0.62 0 0.49 243 0.45 0.35
Hex 35 31 81 3B 3E 0 31 F3 2D 23
Octal 65 61 201 73 76 0 61 363 55 43
Binary 110101 110001 10000001 111011 111110 0 110001 11110011 101101 100011

Color Harmonies of #353181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353181

Black with #353181

Text Example


Text Example

White with #353181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353181; }

 p { color: rgb(53,49,129); }

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

background-color css

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

 a { background-color: rgb(53,49,129); }

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

border-color css

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

 span { border-color: rgb(53,49,129); }

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