Html Css Color HEX #353988 Jacksons Purple

📋 copy color: '#353988'

red 53 ◦ green 57 ◦ blue 136

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

Shades of Jacksons Purple #353988

Tints of Jacksons Purple #353988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 21.54%
G = 23.17%
B = 55.28%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353988 (or 0x353988) is known color: Jacksons Purple. HEX triplet: 35, 39 and 88. RGB value is (53,57,136). Sum of RGB (Red+Green+Blue) = 53+57+136=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #353988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353988 is #CAC677. Grayscale: #404040. Windows color (decimal): -13289080 or 8927541. OLE color: 8927541.

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

Color convert

RGB 53 57 136 -
CMYK 0.61 0.58 0 0.47
HSL 237.11º 0.44% 0.37% -
HSV(B) 237.11º 0.61% 0.53% -
XYZ 7.38 5.46 23.96 -
YUV 64.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 53 57 136 0.61 0.58 0 0.47 237.11 0.44 0.37
Hex 35 39 88 3D 3A 0 2F ED 2C 25
Octal 65 71 210 75 72 0 57 355 54 45
Binary 110101 111001 10001000 111101 111010 0 101111 11101101 101100 100101

Color Harmonies of #353988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353988

Black with #353988

Text Example


Text Example

White with #353988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353988; }

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

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

background-color css

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

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

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

border-color css

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

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

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