Html Css Color HEX #352D88 Jacksons Purple

📋 copy color: '#352D88'

red 53 ◦ green 45 ◦ blue 136

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

Shades of Jacksons Purple #352D88

Tints of Jacksons Purple #352D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

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

R = 22.65%
G = 19.23%
B = 58.12%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352D88 (or 0x352D88) is known color: Jacksons Purple. HEX triplet: 35, 2D and 88. RGB value is (53,45,136). Sum of RGB (Red+Green+Blue) = 53+45+136=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #352D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D88 is #CAD277. Grayscale: #393939. Windows color (decimal): -13292152 or 8924469. OLE color: 8924469.

HSL color Cylindrical-coordinate representation of color #352D88: hue angle of 245.27º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352D88 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 45 136 -
CMYK 0.61 0.67 0 0.47
HSL 245.27º 0.5% 0.35% -
HSV(B) 245.27º 0.67% 0.53% -
XYZ 6.85 4.41 23.78 -
YUV 57.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 53 45 136 0.61 0.67 0 0.47 245.27 0.5 0.35
Hex 35 2D 88 3D 43 0 2F F5 32 23
Octal 65 55 210 75 103 0 57 365 62 43
Binary 110101 101101 10001000 111101 1000011 0 101111 11110101 110010 100011

Color Harmonies of #352D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D88

Black with #352D88

Text Example


Text Example

White with #352D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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