Html Css Color HEX #35327D Jacksons Purple

📋 copy color: '#35327D'

red 53 ◦ green 50 ◦ blue 125

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

Shades of Jacksons Purple #35327D

Tints of Jacksons Purple #35327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 23.25%
G = 21.93%
B = 54.82%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35327D (or 0x35327D) is known color: Jacksons Purple. HEX triplet: 35, 32 and 7D. RGB value is (53,50,125). Sum of RGB (Red+Green+Blue) = 53+50+125=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #35327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35327D is #CACD82. Grayscale: #3B3B3B. Windows color (decimal): -13290883 or 8204853. OLE color: 8204853.

HSL color Cylindrical-coordinate representation of color #35327D: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35327D is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 50 125 -
CMYK 0.58 0.60 0 0.51
HSL 242.4º 0.43% 0.34% -
HSV(B) 242.4º 0.6% 0.49% -
XYZ 6.31 4.52 19.94 -
YUV 59.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 53 50 125 0.58 0.60 0 0.51 242.4 0.43 0.34
Hex 35 32 7D 3A 3C 0 33 F2 2B 22
Octal 65 62 175 72 74 0 63 362 53 42
Binary 110101 110010 1111101 111010 111100 0 110011 11110010 101011 100010

Color Harmonies of #35327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35327D

Black with #35327D

Text Example


Text Example

White with #35327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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