Html Css Color HEX #352C7C Jacksons Purple

📋 copy color: '#352C7C'

red 53 ◦ green 44 ◦ blue 124

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

Shades of Jacksons Purple #352C7C

Tints of Jacksons Purple #352C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 23.98%
G = 19.91%
B = 56.11%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#352C7C (or 0x352C7C) is known color: Jacksons Purple. HEX triplet: 35, 2C and 7C. RGB value is (53,44,124). Sum of RGB (Red+Green+Blue) = 53+44+124=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #352C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C7C is #CAD383. Grayscale: #373737. Windows color (decimal): -13292420 or 8137781. OLE color: 8137781.

HSL color Cylindrical-coordinate representation of color #352C7C: hue angle of 246.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352C7C is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 44 124 -
CMYK 0.57 0.65 0 0.51
HSL 246.75º 0.48% 0.33% -
HSV(B) 246.75º 0.65% 0.49% -
XYZ 6.01 4.01 19.53 -
YUV 55.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 53 44 124 0.57 0.65 0 0.51 246.75 0.48 0.33
Hex 35 2C 7C 39 41 0 33 F7 30 21
Octal 65 54 174 71 101 0 63 367 60 41
Binary 110101 101100 1111100 111001 1000001 0 110011 11110111 110000 100001

Color Harmonies of #352C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C7C

Black with #352C7C

Text Example


Text Example

White with #352C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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