Html Css Color HEX #353288 Jacksons Purple

📋 copy color: '#353288'

red 53 ◦ green 50 ◦ blue 136

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

Shades of Jacksons Purple #353288

Tints of Jacksons Purple #353288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 22.18%
G = 20.92%
B = 56.9%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353288 (or 0x353288) is known color: Jacksons Purple. HEX triplet: 35, 32 and 88. RGB value is (53,50,136). Sum of RGB (Red+Green+Blue) = 53+50+136=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #353288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353288 is #CACD77. Grayscale: #3C3C3C. Windows color (decimal): -13290872 or 8925749. OLE color: 8925749.

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

Color convert

RGB 53 50 136 -
CMYK 0.61 0.63 0 0.47
HSL 242.09º 0.46% 0.36% -
HSV(B) 242.09º 0.63% 0.53% -
XYZ 7.05 4.82 23.85 -
YUV 60.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 53 50 136 0.61 0.63 0 0.47 242.09 0.46 0.36
Hex 35 32 88 3D 3F 0 2F F2 2E 24
Octal 65 62 210 75 77 0 57 362 56 44
Binary 110101 110010 10001000 111101 111111 0 101111 11110010 101110 100100

Color Harmonies of #353288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353288

Black with #353288

Text Example


Text Example

White with #353288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353288; }

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

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

background-color css

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

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

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

border-color css

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

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

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