Html Css Color HEX #35317C Jacksons Purple

📋 copy color: '#35317C'

red 53 ◦ green 49 ◦ blue 124

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

Shades of Jacksons Purple #35317C

Tints of Jacksons Purple #35317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 23.45%
G = 21.68%
B = 54.87%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35317C (or 0x35317C) is known color: Jacksons Purple. HEX triplet: 35, 31 and 7C. RGB value is (53,49,124). Sum of RGB (Red+Green+Blue) = 53+49+124=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #35317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35317C is #CACE83. Grayscale: #3A3A3A. Windows color (decimal): -13291140 or 8139061. OLE color: 8139061.

HSL color Cylindrical-coordinate representation of color #35317C: hue angle of 243.2º 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 #35317C is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 49 124 -
CMYK 0.57 0.60 0 0.51
HSL 243.2º 0.43% 0.34% -
HSV(B) 243.2º 0.6% 0.49% -
XYZ 6.2 4.41 19.59 -
YUV 58.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 53 49 124 0.57 0.60 0 0.51 243.2 0.43 0.34
Hex 35 31 7C 39 3C 0 33 F3 2B 22
Octal 65 61 174 71 74 0 63 363 53 42
Binary 110101 110001 1111100 111001 111100 0 110011 11110011 101011 100010

Color Harmonies of #35317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35317C

Black with #35317C

Text Example


Text Example

White with #35317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35317C; }

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

 H1.HeaderClassName
 {
   color: #35317C;
 }
 .AnyTagClassName
 {
   color: #35317C;
 }
</style>

background-color css

<style>
 a { background-color: #35317C; }

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

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

border-color css

<style>
 span { border-color: #35317C; }

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

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