Html Css Color HEX #35317E Jacksons Purple

📋 copy color: '#35317E'

red 53 ◦ green 49 ◦ blue 126

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

Shades of Jacksons Purple #35317E

Tints of Jacksons Purple #35317E

RGB

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

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

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

R = 23.25%
G = 21.49%
B = 55.26%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35317E (or 0x35317E) is known color: Jacksons Purple. HEX triplet: 35, 31 and 7E. RGB value is (53,49,126). Sum of RGB (Red+Green+Blue) = 53+49+126=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #35317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35317E is #CACE81. Grayscale: #3A3A3A. Windows color (decimal): -13291138 or 8270133. OLE color: 8270133.

HSL color Cylindrical-coordinate representation of color #35317E: hue angle of 243.12º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35317E is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 49 126 -
CMYK 0.58 0.61 0 0.51
HSL 243.12º 0.44% 0.34% -
HSV(B) 243.12º 0.61% 0.49% -
XYZ 6.33 4.46 20.27 -
YUV 58.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 53 49 126 0.58 0.61 0 0.51 243.12 0.44 0.34
Hex 35 31 7E 3A 3D 0 33 F3 2C 22
Octal 65 61 176 72 75 0 63 363 54 42
Binary 110101 110001 1111110 111010 111101 0 110011 11110011 101100 100010

Color Harmonies of #35317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35317E

Black with #35317E

Text Example


Text Example

White with #35317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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