Html Css Color HEX #352C86 Jacksons Purple

📋 copy color: '#352C86'

red 53 ◦ green 44 ◦ blue 134

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

Shades of Jacksons Purple #352C86

Tints of Jacksons Purple #352C86

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

 BLUE value IS 134 (52.73% from 255) = 58.01%

R = 22.94%
G = 19.05%
B = 58.01%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352C86 (or 0x352C86) is known color: Jacksons Purple. HEX triplet: 35, 2C and 86. RGB value is (53,44,134). Sum of RGB (Red+Green+Blue) = 53+44+134=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #352C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C86 is #CAD379. Grayscale: #383838. Windows color (decimal): -13292410 or 8793141. OLE color: 8793141.

HSL color Cylindrical-coordinate representation of color #352C86: hue angle of 246º degrees, saturation: 0.51, 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 #352C86 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 44 134 -
CMYK 0.60 0.67 0 0.47
HSL 246º 0.51% 0.35% -
HSV(B) 246º 0.67% 0.53% -
XYZ 6.67 4.28 23.03 -
YUV 56.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 53 44 134 0.60 0.67 0 0.47 246 0.51 0.35
Hex 35 2C 86 3C 43 0 2F F6 33 23
Octal 65 54 206 74 103 0 57 366 63 43
Binary 110101 101100 10000110 111100 1000011 0 101111 11110110 110011 100011

Color Harmonies of #352C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C86

Black with #352C86

Text Example


Text Example

White with #352C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,134); }

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

background-color css

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

 a { background-color: rgb(53,44,134); }

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

border-color css

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

 span { border-color: rgb(53,44,134); }

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