Html Css Color HEX #353488 Jacksons Purple

📋 copy color: '#353488'

red 53 ◦ green 52 ◦ blue 136

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

Shades of Jacksons Purple #353488

Tints of Jacksons Purple #353488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 21.99%
G = 21.58%
B = 56.43%

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

#353488 (or 0x353488) is known color: Jacksons Purple. HEX triplet: 35, 34 and 88. RGB value is (53,52,136). Sum of RGB (Red+Green+Blue) = 53+52+136=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #353488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353488 is #CACB77. Grayscale: #3D3D3D. Windows color (decimal): -13290360 or 8926261. OLE color: 8926261.

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

Color convert

RGB 53 52 136 -
CMYK 0.61 0.62 0 0.47
HSL 240.71º 0.45% 0.37% -
HSV(B) 240.71º 0.62% 0.53% -
XYZ 7.14 4.99 23.88 -
YUV 61.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 53 52 136 0.61 0.62 0 0.47 240.71 0.45 0.37
Hex 35 34 88 3D 3E 0 2F F1 2D 25
Octal 65 64 210 75 76 0 57 361 55 45
Binary 110101 110100 10001000 111101 111110 0 101111 11110001 101101 100101

Color Harmonies of #353488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353488

Black with #353488

Text Example


Text Example

White with #353488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353488; }

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

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

background-color css

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

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

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

border-color css

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

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

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