Html Css Color HEX #35327E Jacksons Purple

📋 copy color: '#35327E'

red 53 ◦ green 50 ◦ blue 126

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

Shades of Jacksons Purple #35327E

Tints of Jacksons Purple #35327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.02%

R = 23.14%
G = 21.83%
B = 55.02%

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

#35327E (or 0x35327E) is known color: Jacksons Purple. HEX triplet: 35, 32 and 7E. RGB value is (53,50,126). Sum of RGB (Red+Green+Blue) = 53+50+126=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #35327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35327E is #CACD81. Grayscale: #3B3B3B. Windows color (decimal): -13290882 or 8270389. OLE color: 8270389.

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

Color convert

RGB 53 50 126 -
CMYK 0.58 0.60 0 0.51
HSL 242.37º 0.43% 0.35% -
HSV(B) 242.37º 0.6% 0.49% -
XYZ 6.37 4.54 20.28 -
YUV 59.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 53 50 126 0.58 0.60 0 0.51 242.37 0.43 0.35
Hex 35 32 7E 3A 3C 0 33 F2 2B 23
Octal 65 62 176 72 74 0 63 362 53 43
Binary 110101 110010 1111110 111010 111100 0 110011 11110010 101011 100011

Color Harmonies of #35327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35327E

Black with #35327E

Text Example


Text Example

White with #35327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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