Html Css Color HEX #352D7D Jacksons Purple

📋 copy color: '#352D7D'

red 53 ◦ green 45 ◦ blue 125

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

Shades of Jacksons Purple #352D7D

Tints of Jacksons Purple #352D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 23.77%
G = 20.18%
B = 56.05%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#352D7D (or 0x352D7D) is known color: Jacksons Purple. HEX triplet: 35, 2D and 7D. RGB value is (53,45,125). Sum of RGB (Red+Green+Blue) = 53+45+125=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #352D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D7D is #CAD282. Grayscale: #383838. Windows color (decimal): -13292163 or 8203573. OLE color: 8203573.

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

Color convert

RGB 53 45 125 -
CMYK 0.58 0.64 0 0.51
HSL 246º 0.47% 0.33% -
HSV(B) 246º 0.64% 0.49% -
XYZ 6.11 4.11 19.87 -
YUV 56.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 53 45 125 0.58 0.64 0 0.51 246 0.47 0.33
Hex 35 2D 7D 3A 40 0 33 F6 2F 21
Octal 65 55 175 72 100 0 63 366 57 41
Binary 110101 101101 1111101 111010 1000000 0 110011 11110110 101111 100001

Color Harmonies of #352D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D7D

Black with #352D7D

Text Example


Text Example

White with #352D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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