Html Css Color HEX #353180 Jacksons Purple

📋 copy color: '#353180'

red 53 ◦ green 49 ◦ blue 128

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

Shades of Jacksons Purple #353180

Tints of Jacksons Purple #353180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 23.04%
G = 21.3%
B = 55.65%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#353180 (or 0x353180) is known color: Jacksons Purple. HEX triplet: 35, 31 and 80. RGB value is (53,49,128). Sum of RGB (Red+Green+Blue) = 53+49+128=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #353180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353180 is #CACE7F. Grayscale: #3A3A3A. Windows color (decimal): -13291136 or 8401205. OLE color: 8401205.

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

Color convert

RGB 53 49 128 -
CMYK 0.59 0.62 0 0.50
HSL 243.04º 0.45% 0.35% -
HSV(B) 243.04º 0.62% 0.5% -
XYZ 6.46 4.51 20.95 -
YUV 59.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 53 49 128 0.59 0.62 0 0.50 243.04 0.45 0.35
Hex 35 31 80 3B 3E 0 32 F3 2D 23
Octal 65 61 200 73 76 0 62 363 55 43
Binary 110101 110001 10000000 111011 111110 0 110010 11110011 101101 100011

Color Harmonies of #353180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353180

Black with #353180

Text Example


Text Example

White with #353180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353180; }

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

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

background-color css

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

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

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

border-color css

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

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

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