Html Css Color HEX #35328A Jacksons Purple

📋 copy color: '#35328A'

red 53 ◦ green 50 ◦ blue 138

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

Shades of Jacksons Purple #35328A

Tints of Jacksons Purple #35328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 21.99%
G = 20.75%
B = 57.26%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35328A (or 0x35328A) is known color: Jacksons Purple. HEX triplet: 35, 32 and 8A. RGB value is (53,50,138). Sum of RGB (Red+Green+Blue) = 53+50+138=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #35328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35328A is #CACD75. Grayscale: #3C3C3C. Windows color (decimal): -13290870 or 9056821. OLE color: 9056821.

HSL color Cylindrical-coordinate representation of color #35328A: hue angle of 242.05º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35328A is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 50 138 -
CMYK 0.62 0.64 0 0.46
HSL 242.05º 0.47% 0.37% -
HSV(B) 242.05º 0.64% 0.54% -
XYZ 7.2 4.87 24.61 -
YUV 60.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 53 50 138 0.62 0.64 0 0.46 242.05 0.47 0.37
Hex 35 32 8A 3E 40 0 2E F2 2F 25
Octal 65 62 212 76 100 0 56 362 57 45
Binary 110101 110010 10001010 111110 1000000 0 101110 11110010 101111 100101

Color Harmonies of #35328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35328A

Black with #35328A

Text Example


Text Example

White with #35328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35328A; }

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

 H1.HeaderClassName
 {
   color: #35328A;
 }
 .AnyTagClassName
 {
   color: #35328A;
 }
</style>

background-color css

<style>
 a { background-color: #35328A; }

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

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

border-color css

<style>
 span { border-color: #35328A; }

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

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