Html Css Color HEX #353080 Jacksons Purple

📋 copy color: '#353080'

red 53 ◦ green 48 ◦ blue 128

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

Shades of Jacksons Purple #353080

Tints of Jacksons Purple #353080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 23.14%
G = 20.96%
B = 55.9%

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

#353080 (or 0x353080) is known color: Jacksons Purple. HEX triplet: 35, 30 and 80. RGB value is (53,48,128). Sum of RGB (Red+Green+Blue) = 53+48+128=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #353080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353080 is #CACF7F. Grayscale: #3A3A3A. Windows color (decimal): -13291392 or 8400949. OLE color: 8400949.

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

Color convert

RGB 53 48 128 -
CMYK 0.59 0.62 0 0.50
HSL 243.75º 0.45% 0.35% -
HSV(B) 243.75º 0.63% 0.5% -
XYZ 6.42 4.43 20.94 -
YUV 58.62 167.16 124 -
System Red Green Blue C M Y K H S L
Decimal 53 48 128 0.59 0.62 0 0.50 243.75 0.45 0.35
Hex 35 30 80 3B 3E 0 32 F4 2D 23
Octal 65 60 200 73 76 0 62 364 55 43
Binary 110101 110000 10000000 111011 111110 0 110010 11110100 101101 100011

Color Harmonies of #353080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353080

Black with #353080

Text Example


Text Example

White with #353080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353080; }

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

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

background-color css

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

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

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

border-color css

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

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

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