Html Css Color HEX #353380 Jacksons Purple

📋 copy color: '#353380'

red 53 ◦ green 51 ◦ blue 128

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

Shades of Jacksons Purple #353380

Tints of Jacksons Purple #353380

RGB

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

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

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

R = 22.84%
G = 21.98%
B = 55.17%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#353380 (or 0x353380) is known color: Jacksons Purple. HEX triplet: 35, 33 and 80. RGB value is (53,51,128). Sum of RGB (Red+Green+Blue) = 53+51+128=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #353380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353380 is #CACC7F. Grayscale: #3C3C3C. Windows color (decimal): -13290624 or 8401717. OLE color: 8401717.

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

Color convert

RGB 53 51 128 -
CMYK 0.59 0.60 0 0.50
HSL 241.56º 0.43% 0.35% -
HSV(B) 241.56º 0.6% 0.5% -
XYZ 6.55 4.68 20.98 -
YUV 60.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 53 51 128 0.59 0.60 0 0.50 241.56 0.43 0.35
Hex 35 33 80 3B 3C 0 32 F2 2B 23
Octal 65 63 200 73 74 0 62 362 53 43
Binary 110101 110011 10000000 111011 111100 0 110010 11110010 101011 100011

Color Harmonies of #353380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353380

Black with #353380

Text Example


Text Example

White with #353380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353380; }

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

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

background-color css

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

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

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

border-color css

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

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

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