Html Css Color HEX #35318D Jacksons Purple

📋 copy color: '#35318D'

red 53 ◦ green 49 ◦ blue 141

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

Shades of Jacksons Purple #35318D

Tints of Jacksons Purple #35318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 21.81%
G = 20.16%
B = 58.02%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35318D (or 0x35318D) is known color: Jacksons Purple. HEX triplet: 35, 31 and 8D. RGB value is (53,49,141). Sum of RGB (Red+Green+Blue) = 53+49+141=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #35318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35318D is #CACE72. Grayscale: #3C3C3C. Windows color (decimal): -13291123 or 9253173. OLE color: 9253173.

HSL color Cylindrical-coordinate representation of color #35318D: hue angle of 242.61º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35318D is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 49 141 -
CMYK 0.62 0.65 0 0.45
HSL 242.61º 0.48% 0.37% -
HSV(B) 242.61º 0.65% 0.55% -
XYZ 7.37 4.88 25.75 -
YUV 60.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 53 49 141 0.62 0.65 0 0.45 242.61 0.48 0.37
Hex 35 31 8D 3E 41 0 2D F3 30 25
Octal 65 61 215 76 101 0 55 363 60 45
Binary 110101 110001 10001101 111110 1000001 0 101101 11110011 110000 100101

Color Harmonies of #35318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35318D

Black with #35318D

Text Example


Text Example

White with #35318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,49,141); }

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

background-color css

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

 a { background-color: rgb(53,49,141); }

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

border-color css

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

 span { border-color: rgb(53,49,141); }

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