Html Css Color HEX #3C317F Jacksons Purple

📋 copy color: '#3C317F'

red 60 ◦ green 49 ◦ blue 127

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

Shades of Jacksons Purple #3C317F

Tints of Jacksons Purple #3C317F

RGB

 RED value IS 60 (23.83% from 255) = 25.42%

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

 BLUE value IS 127 (50% from 255) = 53.81%

R = 25.42%
G = 20.76%
B = 53.81%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C317F (or 0x3C317F) is known color: Jacksons Purple. HEX triplet: 3C, 31 and 7F. RGB value is (60,49,127). Sum of RGB (Red+Green+Blue) = 60+49+127=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C317F is #C3CE80. Grayscale: #3C3C3C. Windows color (decimal): -12832385 or 8335676. OLE color: 8335676.

HSL color Cylindrical-coordinate representation of color #3C317F: hue angle of 248.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C317F is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 49 127 -
CMYK 0.53 0.61 0 0.50
HSL 248.46º 0.44% 0.35% -
HSV(B) 248.46º 0.61% 0.5% -
XYZ 6.79 4.69 20.63 -
YUV 61.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 60 49 127 0.53 0.61 0 0.50 248.46 0.44 0.35
Hex 3C 31 7F 35 3D 0 32 F8 2C 23
Octal 74 61 177 65 75 0 62 370 54 43
Binary 111100 110001 1111111 110101 111101 0 110010 11111000 101100 100011

Color Harmonies of #3C317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C317F

Black with #3C317F

Text Example


Text Example

White with #3C317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C317F; }

 p { color: rgb(60,49,127); }

 H1.HeaderClassName
 {
   color: #3C317F;
 }
 .AnyTagClassName
 {
   color: #3C317F;
 }
</style>

background-color css

<style>
 a { background-color: #3C317F; }

 a { background-color: rgb(60,49,127); }

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

border-color css

<style>
 span { border-color: #3C317F; }

 span { border-color: rgb(60,49,127); }

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