Html Css Color HEX #353388 Jacksons Purple

📋 copy color: '#353388'

red 53 ◦ green 51 ◦ blue 136

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

Shades of Jacksons Purple #353388

Tints of Jacksons Purple #353388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 22.08%
G = 21.25%
B = 56.67%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353388 (or 0x353388) is known color: Jacksons Purple. HEX triplet: 35, 33 and 88. RGB value is (53,51,136). Sum of RGB (Red+Green+Blue) = 53+51+136=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #353388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353388 is #CACC77. Grayscale: #3C3C3C. Windows color (decimal): -13290616 or 8926005. OLE color: 8926005.

HSL color Cylindrical-coordinate representation of color #353388: hue angle of 241.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353388 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 51 136 -
CMYK 0.61 0.62 0 0.47
HSL 241.41º 0.45% 0.37% -
HSV(B) 241.41º 0.63% 0.53% -
XYZ 7.1 4.9 23.86 -
YUV 61.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 53 51 136 0.61 0.62 0 0.47 241.41 0.45 0.37
Hex 35 33 88 3D 3E 0 2F F1 2D 25
Octal 65 63 210 75 76 0 57 361 55 45
Binary 110101 110011 10001000 111101 111110 0 101111 11110001 101101 100101

Color Harmonies of #353388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353388

Black with #353388

Text Example


Text Example

White with #353388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353388; }

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

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

background-color css

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

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

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

border-color css

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

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

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